Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,685 transactions (2.98 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,179 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,792 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,178 (870,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,081 40,081 00000000116bdb39aeec375600b36d85758593fb1bc6a942e28df408c6c96eca 0.00 MB 1 0
40,080 40,080 00000000421bdf2c62dd52617c0b30daba81a603d2e04aa82e299ebfe2a889f2 0.00 MB 1 0
40,079 40,079 000000008630914b2f3fa68fa948355272ed0d12c02fe72bf6c915a0da94f155 0.00 MB 1 0
40,078 40,078 000000002e9a1862dadb1c38d9cd34b22c3b79997766090171b20736a9b29a3e 0.00 MB 1 0
40,077 40,077 0000000051418c6cdcd56b926c4f7cfc5d455dfffd17bbc2f71c877405cf7818 0.00 MB 1 0
40,076 40,076 000000002766e4791bc916a1294af725686cb470de99a361aed3bd0c283adda2 0.00 MB 1 0
40,075 40,075 000000008144760242acbe023604694ed144d743173cd593ae03e445b4052aab 0.00 MB 1 0
40,074 40,074 00000000625172d01a9029a16c9efcab657752f68b005d98380e4f222a0ed489 0.00 MB 1 0
40,073 40,073 000000004e9d480f877f5fb73146fe6908a4316f6b4e05b9186c38595ae85c81 0.00 MB 1 0
40,072 40,072 00000000164c3b6adfaa8c9ae5de1e92893a0a994d0156621d11cdca1680c8be 0.00 MB 1 0
40,071 40,071 000000005698dcdd578f84edd428c6c2ce746fc96e1712b25383d8e664c62db5 0.00 MB 1 0
40,070 40,070 000000000564afae2d9be6c5651429e0a437569fd661def33d84410ed45a8773 0.00 MB 1 0
40,069 40,069 000000001d834b4ace6836b9ee12f8e6e6026bb626751984a198a2f332185043 0.00 MB 1 0
40,068 40,068 0000000014372c529808ffa605836c44dfb48093a0d350fb00938f995e35272d 0.00 MB 1 0
40,067 40,067 000000006f56408ec418706a3cb09f93646774803765992866898d7922574ac5 0.00 MB 1 0
40,066 40,066 000000003abff3c98bf4f54a10144adade2d016429659f6813560c2dfe4a0e4f 0.00 MB 1 0
40,065 40,065 0000000006472409fdf748a3bbdb6f797270f6ef1796e7cc39fb200632eb5617 0.00 MB 1 0
40,064 40,064 00000000734a27e07dd5c163fd905f8ed50ca1028df02e072ddb777d6b51bf94 0.00 MB 1 0
40,063 40,063 00000000243a071f6626962a6f8ab9e6d7423c009a2e53af9151a0c044e49d22 0.00 MB 1 0
40,062 40,062 00000000056e1e075c63a2b5da84b479419526fe343b46c8c550532a81da7441 0.00 MB 1 0
40,061 40,061 000000008c78890a22a810f666af5f9eb780667d896dd2d7785626b87255f3c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.72 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,194.52 GB sent, 117.19 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.