Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,307 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (13,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,313 898,313 00000000000000000001fc3a775ec4c7ddc4976d8d2140f09a015270c6a65513 1.75 MB 3,933 2
898,312 898,312 00000000000000000001075ece0af92c95d17b0e0c52dff7380f056b66f4a758 1.65 MB 2,637 1
898,311 898,311 00000000000000000000fc12934d2bd2f191d622bdd35f595397fc2d7957b046 1.85 MB 3,756 2
898,310 898,310 00000000000000000001e37a76a8a52d9a096b6a563a8252b4d2f8a2bd4862a9 1.56 MB 4,120 6
898,309 898,309 00000000000000000001a14021508388eac856012fdbc86159f0e1e697b539b2 1.58 MB 3,604 2
898,308 898,308 00000000000000000001d9f97431eb5d489f971e77395827801f63beb741dd35 0.02 MB 59 2
898,307 898,307 000000000000000000013068bf218dd49e0d12363a18e2c5abb40c97654f31b8 0.42 MB 694 2
898,306 898,306 000000000000000000023bb43acabf148bc93b51fea101e72e811b43b666b423 0.43 MB 1,006 2
898,305 898,305 0000000000000000000082e7430e26056e4db265b229b3cbda8549ebcf6038fd 0.48 MB 1,044 2
898,304 898,304 000000000000000000006ab3a3a264eaed90ca0faf852cd1198020836103c5f4 0.21 MB 552 2
898,303 898,303 00000000000000000000f1f2ae2906558bf41dfa6d5e4d8c140c185525d89888 0.01 MB 24 2
898,302 898,302 00000000000000000002094e99ea7b068ea044184d14a7944545df587481fe8e 0.36 MB 931 3
898,301 898,301 000000000000000000013bc27f71cf44e671f64a2c7e609078e7362b147c64ab 0.04 MB 126 2
898,300 898,300 000000000000000000023d0d9d99609f295591b1b3b964ae9580588ee3c80465 0.76 MB 1,566 2
898,299 898,299 000000000000000000024231e394d2820a761fceb6c9d7a5d40c45effc6efe7f 0.15 MB 420 2
898,298 898,298 00000000000000000001dc092b70536133104a6ff7f020fa50fdf1d4018160fc 0.16 MB 444 2
898,297 898,297 000000000000000000011cea86bae1b4fb7f39d8468a67e3355774770ac51f0e 0.61 MB 854 2
898,296 898,296 000000000000000000001869354d3ca6b06ed3cd5bb985e0194bc0615d07f244 0.16 MB 390 3
898,295 898,295 00000000000000000000e5622676cd22eafc15bf160ea4e0196634adca487855 0.17 MB 486 2
898,294 898,294 0000000000000000000009681da943876ac4a1f992d69f6195f7e191dc88bb38 0.99 MB 1,894 1
898,293 898,293 00000000000000000000635f68335372d5c5b3f2500e4eaeca91e7f89d3a917e 1.70 MB 3,568 5
Previous 10 blocks ↓
Total Size: 777.04 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,499.90 GB sent, 133.61 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.