Loading Tool

Explorer IconExplorer

Memory Pool

77,856 transactions
29.63 vMB
0.10746682 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt cd88f5d15a5d97facca6cac3829910a2d395592a3b3ab7187f12eb0ea6d900a4
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 3ae570d33c1c93de7db651a74e6c300f4d49d97059caddee05f860035b5f175a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,872
Size: 1.00 vMB
Total Fees: 0.02962095 BTC
Feerates: 401.83 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (483,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,603 431,603 00000000000000000296b8a6cfbdb053cebf68a9ef8ae575c02da65be6aed37f 2,070 1.00/1.00 vMB 48
431,602 431,602 00000000000000000322de7510dd5904f214807e0c1721ea4b9253b81b75b536 2,654 1.00/1.00 vMB 72
431,601 431,601 000000000000000002b35eda2185b9ded87b4da9c74e42d5f279c0c394d6e298 1,540 1.00/1.00 vMB 37
431,600 431,600 0000000000000000036496430189e1c3d1f961ba93eab6c3eecb497c74c95835 2,628 1.00/1.00 vMB 70
431,599 431,599 0000000000000000040081dc12b1b1851a30dc3c173be4fd2dc5e905312e21c1 1,590 1.00/1.00 vMB 42
431,598 431,598 000000000000000003213d99d0c27bacff81db4658f3183eb1dbaedd822b2a71 2,300 1.00/1.00 vMB 65
431,597 431,597 000000000000000000484ebce0e82599152b8829f2e884b06e61ad3e7a9832ff 1,145 0.60/1.00 vMB 47
431,596 431,596 000000000000000004487d5ee2572379fd1ff498225d62b9f6b351e8d97c6d73 1,208 0.93/1.00 vMB 39
431,595 431,595 0000000000000000011059576eac2fb902009473451a8675095c01685e8f3707 1,843 1.00/1.00 vMB 47
431,594 431,594 000000000000000000feacfcc55008d989dca4d36f63fdf2fc0bcfc30be1c34b 2,159 1.00/1.00 vMB 62
431,593 431,593 000000000000000000b3b65879785dce75a21531cbf771610fa37c94231f258f 1,031 0.98/1.00 vMB 20
431,592 431,592 000000000000000000e01c607847c7d4351bd550f847c62dfe61d1ca6fff7785 1,166 1.00/1.00 vMB 31
431,591 431,591 0000000000000000046b00b310917c87abbc212e4e2810e9c7e5a536e8a4d099 2,465 0.99/1.00 vMB 71
431,590 431,590 0000000000000000004fdb3da30745d63ee21d895e7e3005830cfd21a21f1ea2 731 0.55/1.00 vMB 28
431,589 431,589 000000000000000000049484402fed7940b9a4232c3d1698ea54ff21ec1d9874 2,328 1.00/1.00 vMB 61
431,588 431,588 00000000000000000056d223e731002e4060f4b586b952d8193e05265f277d5d 749 0.37/1.00 vMB 47
431,587 431,587 00000000000000000378ce06bec8c562f294906c655ba361f2b40a87d32f8a2d 1,154 0.55/1.00 vMB 49
431,586 431,586 0000000000000000004e9658e75a7ea5fcf3d543bfb63e2645d034044554763b 1 0.00/1.00 vMB 0
431,585 431,585 00000000000000000177a2c462d4bfef5782b56c8e23eac7e1afd8ee4ed6976d 1,810 0.77/1.00 vMB 55
431,584 431,584 0000000000000000035ee8e9e708cb2f0678024f5c9c5813fe500a47a508d8ee 580 0.24/1.00 vMB 57
431,583 431,583 000000000000000002273c70eb649b2efad2473064d516019ea5315bb513bac3 67 0.03/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.