Loading Tool

Explorer IconExplorer

Memory Pool

36,556 transactions
25.85 vMB
0.07464564 BTC
Random Selection Loading Transactions
Max Size: 132.78/200 MB

Candidate Block

Mining Attempt 421fe8cefb260709de7e2e66d6c60a421bc6558bcd8a6b06ad3ae7a6d86b79f2
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 77d0c95d8627bfb2f8474231b072079e05de2b72c081ff214bdad47e8eb9cf5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,305
Size: 1.00 vMB
Total Fees: 0.02760199 BTC
Feerates: 502.65 > 2.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (289,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,845 625,845 000000000000000000111c93fba0bfdd469f7b6208deee4c7817a0ab9401cf95 1,523 0.46/1.00 vMB 10
625,844 625,844 000000000000000000115206832e361b8f2101460bcd6883340ce61a12f7ea89 1,731 0.55/1.00 vMB 12
625,843 625,843 000000000000000000103bd859281102511707daf17c1dc7cbbbd14ebb1f2d3e 2,841 0.99/1.00 vMB 10
625,842 625,842 0000000000000000000c23da16e59d5e31c9ea5d15a229aa8f620cb21915151c 3,019 0.98/1.00 vMB 11
625,841 625,841 0000000000000000000b047fedc16c43cff20ca2149fd1fc20ead545d85ad342 892 0.28/1.00 vMB 12
625,840 625,840 000000000000000000083b4cf147f8464be92ba05412ba9c0b39988c43031adf 97 0.03/1.00 vMB 9
625,839 625,839 0000000000000000000930392d9a402275439f7dcd5d73fd19ea0fa928954732 535 0.42/1.00 vMB 5
625,838 625,838 000000000000000000131ed18d4c9a6f54a1c7b970ef99ab2356a6f0b798a656 1,147 0.38/1.00 vMB 10
625,837 625,837 000000000000000000108b2a9f75f4c3bdf4a00f0c45a53dd086fa815613a4bf 1,208 0.39/1.00 vMB 9
625,836 625,836 00000000000000000009e112acddda6c7ae8c408d6fb05222bc3ee8d8b3a27ce 601 0.20/1.00 vMB 10
625,835 625,835 000000000000000000072e4d615bd5c8bd8b15fb6b6041e2e72e29e8db0be67d 1,668 0.56/1.00 vMB 16
625,834 625,834 0000000000000000000bccb9c587b163e82c17a7aa37b2b9e2d9a9435ed07967 1,324 0.42/1.00 vMB 10
625,833 625,833 00000000000000000011d0d41d208072891452bc714122ce1eb7d3e68938b9a9 350 0.11/1.00 vMB 10
625,832 625,832 000000000000000000053f5d1f14f63081b49074bd2dbff1a28fa86d05a5fbe2 38 0.38/1.00 vMB 1
625,831 625,831 000000000000000000031d1bc2110c19dccc82e672be717b58f9dd81b5d61fc3 1,844 0.97/1.00 vMB 3
625,830 625,830 00000000000000000011d90d4df7603bf7cf3f51b60dcf0fa064320f806ede22 2,958 1.00/1.00 vMB 14
625,829 625,829 000000000000000000050e7dde2b0e0ae90b995cdf2a0cc3ac59a142872eb2eb 2,401 0.78/1.00 vMB 12
625,828 625,828 00000000000000000011462d85a5610aebf55b2341bc7c8f9c83637c4d020252 357 0.11/1.00 vMB 10
625,827 625,827 0000000000000000000b1127b9d3dfe603d3663dd53922842881a9894406cff3 508 0.19/1.00 vMB 19
625,826 625,826 0000000000000000000f4ace63decd8001c219cedd673058ebf7bc8b896f21ea 232 0.24/1.00 vMB 4
625,825 625,825 000000000000000000021cd361f361f8ce9a0b84437020c2f373d851e8ba910e 1,456 0.97/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.