Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,836 transactions (1.47 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,413 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (818,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,543 91,543 000000000002a769eeebdf10cbd14b6a2fed2a638232e0f3e18ea1a5b36b904f 0.00 MB 1 0
91,542 91,542 000000000003fc4ad5e1ba77cbf53d1e72d18dcb21a9b5f91de9e7e4c8d837f9 0.00 MB 1 0
91,541 91,541 000000000004d42284b86c7253421db477130b20d45284ba0e7436878e14218e 0.00 MB 2 0
91,540 91,540 00000000000db6ee60b41f8211c1ffc3b1110a3d44d571bba0a890cd37d23bfb 0.00 MB 3 0
91,539 91,539 000000000001658c35ca6fc8ee5bb289a1ddc4d224f959577d01c3c9a06815c2 0.00 MB 1 0
91,538 91,538 0000000000003ff068f5185bd90e13412b6cd4bfa159a21e01d990d0d48e2c38 0.00 MB 1 0
91,537 91,537 00000000000d3d1a024c182625a715f91496a049de898139b049070c56337a51 0.00 MB 1 0
91,536 91,536 0000000000056fdd88d3663025c325cbd1fd59fdca985483bba6ecf66c330be5 0.00 MB 2 0
91,535 91,535 0000000000029a108820fdd3eb898661f56200cb0acdcb12857bb629a73bd0d8 0.00 MB 2 0
91,534 91,534 000000000006ef7c554d3b5ee1de2d8d7c9a05473afc996274e361263e41be77 0.00 MB 2 0
91,533 91,533 0000000000003d3339d90f1587eb495afe4934ca682bc1ebff98a46909544342 0.00 MB 3 0
91,532 91,532 000000000009e389c2a5ca583914a88d40969c543cc2e1daf9858a8cdfb0ab88 0.00 MB 1 0
91,531 91,531 00000000000199c2ca68110400ceea32b1af080c56d9be65b2deb14657e705e1 0.00 MB 1 0
91,530 91,530 0000000000025aaa3d2af606e27e08fdf4d59b04fd5a7665b31f6729230da642 0.00 MB 2 0
91,529 91,529 000000000003669d17c19c583a58a5901b914de4822326e2328ca1399f5b1f3f 0.00 MB 2 0
91,528 91,528 00000000000b5546ca625ca2dc39bc45ecedc5ffed12ad37a283583e7b18a56f 0.00 MB 1 0
91,527 91,527 000000000004467c8bcd2326c19e893e1f1aa0750fac0fee62999676ab6c5f16 0.00 MB 1 0
91,526 91,526 0000000000057781eefc8401a861c6a2ebbd687f867ab588bfa081a962b2b507 0.00 MB 1 0
91,525 91,525 000000000008c98526475b43d7dd8eb59108ed43123411ed64b108a95d2ae926 0.00 MB 1 0
91,524 91,524 00000000000b5c93dd34ccb4efa52c5d6b6a874ab3521023d325a34f7ffa83e3 0.00 MB 1 0
91,523 91,523 0000000000063eef27d119e915f17b5d7fcc16c5e03a8ba49f1593370947a7fa 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.23 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: 2,172.57 GB sent, 114.55 GB received

Notes

  • This page updates every 5 seconds.
  • 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.