Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,488 0.01339108 BTC 0.45 vMB 2.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (879,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,683 32,683 00000000631cbe302979fafaff7f9e9a0191364b9c46bff380fc3f8a40b24507 0.00 MB 1 0
32,682 32,682 000000002696c44d56d99a6a235f29aacfe31d92d1754cd51875c26c0653c3b1 0.00 MB 1 0
32,681 32,681 000000009aaa75d157fe815d670ec219f1cad86b20c44f7764389a6d7f2d81df 0.00 MB 1 0
32,680 32,680 000000005fce160b2a68a1346d247b4f4fba2bfac6f2b1b2aaa26304886b827b 0.00 MB 1 0
32,679 32,679 0000000021e65bcbfc95b10d66067ed01d303fad1854d8982ec80ccb4487bb73 0.00 MB 1 0
32,678 32,678 000000006c32a672f69d48ca302b289d1b63100ea8ae817332a8634ab09973d5 0.00 MB 1 0
32,677 32,677 000000009d5d7c754305bb7059a3e02c7f0120e80d08195573b8e82e5d293ca3 0.00 MB 1 0
32,676 32,676 00000000ade83d6c61305af6907c0bc9c34a27d865c30fbc1fa0ec68cc2c91ce 0.00 MB 1 0
32,675 32,675 00000000075726838136743634795a7af7be767a73880827d939c0e8b93c8d14 0.00 MB 1 0
32,674 32,674 000000009325d07750f71bb5236eba5810e00b99acb04bf91036ec1abe885b30 0.00 MB 1 0
32,673 32,673 00000000b55335632450708355f43c985a69e0d76adc42905f88e0f19bce2c59 0.00 MB 1 0
32,672 32,672 00000000339a7da0bef13e9f9ae926a1b895382f188e4360d417e1a3c8d9082c 0.00 MB 1 0
32,671 32,671 00000000bade3d50d74e135e74ef9be10fa6a3d5db7d4b3c1717d461e4615f4d 0.00 MB 1 0
32,670 32,670 000000001f958e976f9df3448eeaa9f75432f1c4f05bafec1e9c6b47a4414ace 0.00 MB 1 0
32,669 32,669 000000008ede152b3d0bfa622045d93af706a2345d2b865b44cc47727c56f2f1 0.00 MB 1 0
32,668 32,668 0000000082a3e3a41d9158decab9dcb6b70f38157543d7ecf27c7205fe99a9b7 0.00 MB 1 0
32,667 32,667 0000000020fb1245e513188fe5b83d1da9cf704271b88803e52b781954cc2179 0.00 MB 1 0
32,666 32,666 00000000cdebefd724eb1647e98d67a554aa7c64029f035ebfb72b859888b39a 0.00 MB 1 0
32,665 32,665 00000000aafaf504037194c9f7fa09639127d71281365683785ab6535f813891 0.00 MB 1 0
32,664 32,664 00000000c0ac9b012e4173d24d801cdce6f466eff98811b3df63bf9acbef9645 0.00 MB 1 0
32,663 32,663 000000004c6a3b7a13e257501af1ecfa6e34d9cdbe0ee3e9e7124dcb0942a78e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.80 GB
    • Received: 136.63 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.