Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,796 transactions (1.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (897,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,827 11,827 000000000630e3d002d0dbf42d445bb49d2f456947f831258a711ae46dee65d0 0.00 MB 1 0
11,826 11,826 00000000f41a5ecf8aa34bb050875b379e5ebef80abe6a960f1ee62ad132c415 0.00 MB 1 0
11,825 11,825 00000000519490f510d7eee903e3dcf1c5874b570d5a88b920e7d1706652b8c4 0.00 MB 1 0
11,824 11,824 00000000d221f12b8da005e52a248ef992980cf0bf47cc5fd9334fa637d198cf 0.00 MB 1 0
11,823 11,823 0000000059ff3a5bed2cf4e2ef713fb935c136d1e52020b9767267ebe6709348 0.00 MB 1 0
11,822 11,822 000000008ff2ddfdd27ba1db32ced21fb0449880f1d198b1f5a0e7599ef5c8b9 0.00 MB 1 0
11,821 11,821 00000000582b2e0b4a60f791b21289f70da09ab304ff731dd0d897689eabe606 0.00 MB 1 0
11,820 11,820 00000000a4449eef98d19b4e7dec6b1dfb4889ecdd65ce9a202b96ccbb61c2f9 0.00 MB 1 0
11,819 11,819 000000001c6ea24d11cefcdfbb8656bcc770a698715798f60ee816f88e8ee871 0.00 MB 1 0
11,818 11,818 00000000628fd80e08fecf6faff0fe89b27919f56e0a81b0afd4b3b9e7c4a260 0.00 MB 1 0
11,817 11,817 00000000bf697b6c3c3f5e595582dbcbf20955d80f11ec1b191bc3928dee81f7 0.00 MB 1 0
11,816 11,816 00000000cb47087bf6e53337bc0c36c24e40b58bedda98adb5b960ca35df7e7a 0.00 MB 1 0
11,815 11,815 0000000001c7a038e5a7951e1fbade5ee6c80933043252b0c589c71f17ac48d2 0.00 MB 1 0
11,814 11,814 000000004f051ad030f8218443620fee5f7bc86eee8c4429aae30a67d243df65 0.00 MB 1 0
11,813 11,813 00000000f5b35e743e69bf1c4d519e394f6174e978f50df428c5dfa4e1b21ad0 0.00 MB 1 0
11,812 11,812 00000000eb14be7752e6131578fdc9e136e0d607f99013a417caecf488ecd651 0.00 MB 1 0
11,811 11,811 00000000f16d936d4748cbb2e9d092556334d5842b72791e9361ae11822abf50 0.00 MB 1 0
11,810 11,810 0000000048569663f65558475304e08199d66d5e17ad1679e6c388e877fd5eab 0.00 MB 1 0
11,809 11,809 000000003871b368c4af9aed83b1b9a9531add1c473206c96bd04d497c2b1cbd 0.00 MB 1 0
11,808 11,808 000000007788babc24f61131aa95028bea496e52a3befa239da04a6efbed1481 0.00 MB 1 0
11,807 11,807 00000000092df760c99cc85f8fb894ba0a01ceb4ca5d23f821ca9701af543e47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.15 GB sent, 110.20 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.