Memory Pool Memory Pool Refreshing

3,528 transactions (1.30 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,083 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,082 (882,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,941 26,941 00000000c5aa17fbb9e60a86cd067c788a994c70ee1fc641ad919854f140edc4 0.00 MB 2 0
26,940 26,940 000000005ca2805c597b508f58c2ab745ddac3f8f602b1274e7525109bf88be3 0.00 MB 1 0
26,939 26,939 0000000046b83b81b8d802921494f92d3bbc94453a78ba31663fbc4fba753b28 0.00 MB 1 0
26,938 26,938 000000009d35d5466afbe9017477ea5e8bdccd4209fa223214840d0a414e7900 0.00 MB 1 0
26,937 26,937 000000002376bf8a9ca7aa93a4b47c22eaf9d58f3ecaf4193e7935b4bd6f6ba8 0.00 MB 1 0
26,936 26,936 000000008dadaa8b182a93357fa46b89261606d78a6f9e1cebcf832e9d24fdbf 0.00 MB 1 0
26,935 26,935 00000000125be78f1ad57084565f279dad3b5abff36902b18f56935002be851e 0.00 MB 1 0
26,934 26,934 00000000a62e2d8d1f31ea4b609c4084893780b354faf01923923a6fead27e14 0.00 MB 1 0
26,933 26,933 00000000dd0a64c28fdb0dfab567ad41e049f5018f3ec804b579a5396721a0e1 0.00 MB 1 0
26,932 26,932 00000000d221de80c618d307d0f8b99d00c1069db8dbd994be152e4a754541b0 0.00 MB 1 0
26,931 26,931 00000000e89bde310528597b4b3baa0873d8a6b417a72afde9fe200a185ad7c9 0.00 MB 1 0
26,930 26,930 000000007a9e1e9a9026c28b69f5bf9c2761e3e1b79d9bfd39d127946d1bae16 0.00 MB 1 0
26,929 26,929 00000000b07d5203a13d1f99e8240143b3e3463beb9281d2ddd8cd215850dd10 0.00 MB 1 0
26,928 26,928 00000000b5231bbcf4fed7359e5d2d8028a750d38071b76d83028f6038543970 0.00 MB 1 0
26,927 26,927 000000000b7262fcb33f2370b9d5585adb8dd8a893944186afc103441c633a21 0.00 MB 1 0
26,926 26,926 00000000c02f2dc56c11d046926562c1ea5ba76737d4e457ef0551c8c099dadf 0.00 MB 1 0
26,925 26,925 00000000b9eda9343218f16a65a592628ce7046ca5a44fde7e9a8fc7106dd7a0 0.00 MB 1 0
26,924 26,924 0000000057900d23e655bd43df2f8bff1320c6c108939b9422ec7452f80d3bad 0.00 MB 1 0
26,923 26,923 000000002de23d1af1df0ff8bb8c1f5f9a7a8a045b48b935dacbd0ecec2ec1e3 0.00 MB 1 0
26,922 26,922 000000005a4deb7f9038f09406d1e44c978f56d849a4885a3932244258509ae0 0.00 MB 1 0
26,921 26,921 000000009427b62ef020dfad7975d67eed8085938f1cf9dc3b27dcf18fd5523d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,906.86 GB sent, 106.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.