Loading Tool

Explorer IconExplorer

Memory Pool

82,298 transactions
30.16 vMB
0.13577986 BTC
Random Selection Loading Transactions
Max Size: 182.24/200 MB

Candidate Block

Mining Attempt 05c285f3f89f7eeba4fa7e7751e3d47dd1808dcfd247e5a93b60d06d03ff6ac0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 0f994b9b96824c401ae94ee800f6d1cc9fecf4aec6c0a772f8d27749d10d443a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05641691 BTC
Feerates: 477.45 > 5.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (255,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,617 659,617 0000000000000000000a94d4773122985b4c06982178f3cae24f633218027148 2,118 1.00/1.00 vMB 136
659,616 659,616 000000000000000000076d4f06a8e9a7cf4ec53e9f84fb538dff5e878480b175 2,179 1.00/1.00 vMB 102
659,615 659,615 00000000000000000001d6d23d8c8d9eb36bb7e8b49fcd43c98e13728712da67 1,845 1.00/1.00 vMB 84
659,614 659,614 0000000000000000000debfdf1ba8ddde213859b4f0993b395a65a29d164f944 1,248 1.00/1.00 vMB 71
659,613 659,613 0000000000000000000211e6b8fffcf1b8961c8167391bf05b95a644e07f7baa 2,203 1.00/1.00 vMB 77
659,612 659,612 0000000000000000000560ee33af3e109a4d899e9eb4c25b4e68c3e436ceb9b6 2,136 1.00/1.00 vMB 108
659,611 659,611 0000000000000000000a694cc64efb7f354e0a92f40b80f12b1ec5f8f22a085b 3,104 1.00/1.00 vMB 136
659,610 659,610 0000000000000000000a4bb5702c7e745ba490982ff4c322b9a98cd4b09635c1 2,416 1.00/1.00 vMB 104
659,609 659,609 0000000000000000000a1f4d566f513b101ee92461f4e4e905dcb34c6d88f2aa 1,880 1.00/1.00 vMB 123
659,608 659,608 0000000000000000000231e2ef125f6aa138ba60894d43b994ff298797b830d2 3,001 1.00/1.00 vMB 141
659,607 659,607 0000000000000000000076770458bdd013cb1767dfde4135d10a541f7e29c324 2,819 1.00/1.00 vMB 52
659,606 659,606 000000000000000000083cb3817a29d36f41d41d55390bf7a6769bd289c073cc 2,602 1.00/1.00 vMB 108
659,605 659,605 0000000000000000000a18472fddaf770e5d44d6041cf439424b27393d5d4bdb 2,792 1.00/1.00 vMB 123
659,604 659,604 000000000000000000013dda2c4cf54a02403a1153960dde27d33751ef7e87f2 2,015 1.00/1.00 vMB 49
659,603 659,603 00000000000000000009a8f7d25db7d292034bc89b37869143f6eb553ac2439b 2,230 1.00/1.00 vMB 78
659,602 659,602 0000000000000000000cbf6b622be6746a86600bd26c726a16423b0ec106ed85 2,259 1.00/1.00 vMB 105
659,601 659,601 0000000000000000000b07525167339e96772778cd515d5c5b8db549b6f98418 2,648 1.00/1.00 vMB 60
659,600 659,600 00000000000000000007eedcd25db5d754213d1e7e1d78460eceee4d78780215 2,221 1.00/1.00 vMB 98
659,599 659,599 00000000000000000009385e783254fc94f2ea7b1e856cbde64bff965ae5bcf1 1,878 1.00/1.00 vMB 124
659,598 659,598 0000000000000000000217d9da9ec413d27e4d810ac70ed5c3ec7e18b200ca01 2,946 1.00/1.00 vMB 137
659,597 659,597 000000000000000000000234c7bcbe773eea96e8aa45493b2fdd118440fedc8f 2,542 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.22 GB
    • Received: 16.18 GB
  • Uptime:

Notes

  • 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.