Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,461 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (838,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,857 71,857 0000000000f58d5540160d24d57fdf777de7b07d4dd9b1172891b997bc81a134 0.00 MB 3 0
71,856 71,856 0000000000c1686170bc2fbc46bc60080f27ce42ca67e9ca7f1f4835e7b914ce 0.00 MB 2 0
71,855 71,855 00000000004d65d2f4243a60ccfcaabe05b65c40643d626b9bf4ecff221817d7 0.00 MB 2 0
71,854 71,854 000000000021858fabfff36c0acb30fb6ab76b688a40f6e5f425fcebb4f906ea 0.00 MB 1 0
71,853 71,853 0000000000d3aaec94298965b0f3daf122396cc912332fb1190bd46e9abc71f3 0.00 MB 3 0
71,852 71,852 00000000000a64f006e347e32e2be8e322f9b7203a83e6ed6ca6aa66f31283bf 0.00 MB 1 0
71,851 71,851 00000000000cb082a733e1ff0d6f6067f546bc539e6ccaf8f21eba4d1f789198 0.00 MB 2 0
71,850 71,850 00000000002c4080ca1d74ddc735d018e08c67d709e7eaeebcb035c68a101e88 0.00 MB 1 0
71,849 71,849 000000000022d92883db0d1eea6d98c7de615fa5919a1d2a5c8e93dcdd058ff8 0.00 MB 1 0
71,848 71,848 00000000003d778ad2042d34034843c24baaa74951c55b9e0ab01aacecbfc9cc 0.00 MB 1 0
71,847 71,847 000000000107c83951f2ba43e4636d12baffa43c5161c1d983006fc8c496ecd3 0.00 MB 4 0
71,846 71,846 00000000009c4e9dab4fe8f8ef6e86722c6d75322d478565ec4123427b1ec839 0.00 MB 3 0
71,845 71,845 000000000098357fcd16265265cf9e663d7cf4af1ce9247d5471daf27a471b78 0.00 MB 1 0
71,844 71,844 00000000002888becdecd6a5d3dba9c2745c819ccdcaeff5bdb65f0034051dc5 0.00 MB 1 0
71,843 71,843 0000000000765adda725ea75bd90bd3f85057c08f4b609011b72b7365666a37a 0.00 MB 1 0
71,842 71,842 000000000023c3895cb2f6e9bf780bcb01c3fb11eddeef5c423a7289c0fa4af6 0.00 MB 2 0
71,841 71,841 0000000000304b9a0cdeffdfa3a39396e4c2481aaa22a24ca1bbe8c73a3b6f9b 0.00 MB 2 0
71,840 71,840 0000000000e17697bf57bb445a6f170bc1a7a78388a3930e66435ac51b883eaf 0.00 MB 3 0
71,839 71,839 00000000002cb331a1b705ba1762d8f133b5669274113c39b7edbb9a02c112ea 0.00 MB 5 0
71,838 71,838 0000000000f4b4cba31423112993d7cb8bbc14cadba1afae6e6cda1c8138ecc9 0.00 MB 1 0
71,837 71,837 0000000000f2cb5aae3a161b72f34a77ac78dbbe95909128a06109d96599452c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,252.34 GB sent, 120.58 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.