Loading Tool

Explorer IconExplorer

Memory Pool

78,418 transactions
29.46 vMB
0.07491988 BTC
Random Selection Loading Transactions
Max Size: 177.43/200 MB

Candidate Block

Mining Attempt f40d0e3caaf5b4a4f9648718967f504bc97fbc0a99fe6511dbaa06c65dbc59cc
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root e4bc97a151907861c3029ca5f37983a7c99c1934022a90b25b4650cf598a1e43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.01310005 BTC
Feerates: 40.26 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (256,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,897 658,897 00000000000000000003fd5df959b68be6c7ac16aa7fc72e6591a8826821648f 2,271 1.00/1.00 vMB 14
658,896 658,896 0000000000000000000bc82a803e0684d7e2ff7850570069f8ed0f84f285750b 2,404 1.00/1.00 vMB 83
658,895 658,895 0000000000000000000d9b58d56140b407ea2d273399323b0a663f0d4027418f 1,981 1.00/1.00 vMB 36
658,894 658,894 0000000000000000000e2cc62f8d8e80b3c799d69c6d6bd766eb7dbb3703854a 2,358 1.00/1.00 vMB 48
658,893 658,893 00000000000000000008baa0015df4cd5d1bc04e1d78de60babb0bf6b7d24f5b 2,369 1.00/1.00 vMB 73
658,892 658,892 000000000000000000093c90c2a60139f92d1678108fff61442b0288d87514f1 1,696 1.00/1.00 vMB 82
658,891 658,891 00000000000000000002a4d8d4eb91564831800ee70954d767c70b35f5f98e19 2,723 1.00/1.00 vMB 92
658,890 658,890 00000000000000000008d75144267a5a61bf145b6901abad89e769ee9dbf277a 2,345 1.00/1.00 vMB 70
658,889 658,889 0000000000000000000bfa14cb72f6bcb122fb9db0dc7ac284997ff3a87123e1 2,560 1.00/1.00 vMB 40
658,888 658,888 00000000000000000000b313e8b54dfde1a8a2f3ee5c030264498871a1e413d2 1,993 1.00/1.00 vMB 15
658,887 658,887 00000000000000000002229326694a77f82500e247ab0ede0079833492789e58 2,273 1.00/1.00 vMB 38
658,886 658,886 000000000000000000049034db18e88a2995d0b1748cdb240a5a9a760afcd3e2 2,563 1.00/1.00 vMB 64
658,885 658,885 0000000000000000000a2b6e6454f128f545e5fa3d3e618092f212b62687f7af 2,374 1.00/1.00 vMB 75
658,884 658,884 0000000000000000000b5bb97996dd6cacadaea74c0fa3c86100ecfd293e8c3e 2,350 1.00/1.00 vMB 93
658,883 658,883 0000000000000000000ef6627ae2cb8e44e910dfef6c75ee8855c3105347b1b2 2,529 1.00/1.00 vMB 85
658,882 658,882 0000000000000000000c4f29063526ecce3caa943d421ee9fd48c30067398f52 2,012 1.00/1.00 vMB 47
658,881 658,881 0000000000000000000be12ce01adadf7e08fbf51f747e32b7504c71ddd96cd0 1,907 1.00/1.00 vMB 72
658,880 658,880 0000000000000000000cd5b64bccfc1c2303dfb2ee71fdd99d5708bb36b5d174 2,112 1.00/1.00 vMB 93
658,879 658,879 0000000000000000000345b168856eed491a552383ecaa98336ec39bf37ecb4c 2,284 1.00/1.00 vMB 84
658,878 658,878 00000000000000000005350666afe8981dfe46d70848004158fe076db58f0026 2,563 1.00/1.00 vMB 94
658,877 658,877 0000000000000000000454f586b5bb23d3b61f48b88b1807ebc863a6eb78271e 1,498 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.