Loading Tool

Explorer IconExplorer

Memory Pool

78,012 transactions
28.64 vMB
0.10251683 BTC
Random Selection Loading Transactions
Max Size: 174.24/200 MB

Candidate Block

Mining Attempt 72f6abded7471f852290fe8933cddf2c0132daf5ef71daa7aab8573e703b763b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 1958837b8cd533e3389ed0a3029ee3f44e34681b0da408a82c1d66d1f216da26
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.03599443 BTC
Feerates: 602.26 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (350,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,871 564,871 000000000000000000274f4e0aaabd55a37fee26f10598e612286d8914586d2a 2,960 1.00/1.00 vMB 12
564,870 564,870 00000000000000000003431e19d1eb5ad75c55afe4f9f14705f4b8dbf1b44d67 2,493 1.00/1.00 vMB 20
564,869 564,869 000000000000000000072e684dc6dd0c069d7eebc8d3f4d85a88abb3e18fe396 2,166 1.00/1.00 vMB 24
564,868 564,868 000000000000000000095cd599f5120c1794cb2bf7214a96d75ba93a433281a3 3,157 1.00/1.00 vMB 35
564,867 564,867 00000000000000000021be7a56682cdf55d8a754512c74c83b6c3acf5cd87985 2,893 1.00/1.00 vMB 49
564,866 564,866 0000000000000000001f50cebd1c7989b76611d706f16b8b4a122124aa6ed134 3,041 1.00/1.00 vMB 19
564,865 564,865 000000000000000000120e5613d004add9f8853612b002abd73a7b53b9010a00 2,879 1.00/1.00 vMB 18
564,864 564,864 000000000000000000191d5844798719994d426f75dd0aee9c6aee79d0220758 2,015 1.00/1.00 vMB 12
564,863 564,863 0000000000000000001e20273727b55191c8caa5ab9aa43733c0025c25901014 2,112 1.00/1.00 vMB 4
564,862 564,862 0000000000000000000ae0c55e6477c8ec37f746ace7a3e28dafca07356526ac 2,497 1.00/1.00 vMB 13
564,861 564,861 0000000000000000000ac104eee332dac70e23f8dd7f88aafd448ff2bb3f4294 2,362 1.00/1.00 vMB 24
564,860 564,860 0000000000000000001c544bb89c761b062a79c4d4a5f3cffc0d87a316be2ed3 1,688 1.00/1.00 vMB 19
564,859 564,859 00000000000000000015167b82c5e400171cc1148abf1c41587e7e7f14a24499 2,784 1.00/1.00 vMB 36
564,858 564,858 0000000000000000000beb36974fce08f07e8b8f0aba6570849b810e3483baae 2,642 1.00/1.00 vMB 30
564,857 564,857 0000000000000000000333f26dc9fd87ef2fdfa7fb2bbf936cc1b422e5e1dcd7 2,735 1.00/1.00 vMB 13
564,856 564,856 0000000000000000002d2cd1292f8e68a96b888b693955936c99b2572ebf6b87 1,590 1.00/1.00 vMB 31
564,855 564,855 00000000000000000008f85b03345da6231af2f60e74719236df121dbd2212a6 2,530 1.00/1.00 vMB 25
564,854 564,854 00000000000000000009d54e6e50c0e64ae3cc65f6c103fb9611a07af370c1e5 2,583 1.00/1.00 vMB 21
564,853 564,853 0000000000000000002aefb10bd6c868560e6c738dd93bbe4f6939991cc28dc7 2,899 1.00/1.00 vMB 43
564,852 564,852 0000000000000000002be73e049717b1e20efa99985ac31958aee23b369af040 3,222 1.00/1.00 vMB 24
564,851 564,851 0000000000000000000b6d1319200e9fa78086cd22ecd2ed34fa9002ab9a5e69 2,840 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.