Loading Tool

Explorer IconExplorer

Memory Pool

38,195 transactions
26.07 vMB
0.07832435 BTC
Random Selection Loading Transactions
Max Size: 135.08/200 MB

Candidate Block

Mining Attempt 2b4401079c5ffae5a32aba0eaa500a997269b129cff4453a952aab22f221d72c
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 1a6e012d45d0a5ace06dd45712d4e25f8fea60ae1c71ef62d9f3fc84649ae569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.03077839 BTC
Feerates: 101.64 > 3.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (109,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,510 805,510 000000000000000000023e3065202259b2cb3dc8795c2c2133e84983d1234339 2,922 1.00/1.00 vMB 14
805,509 805,509 00000000000000000003bd67c0857d8735a6aadb138e4f07252ba1d9b4277727 2,361 1.00/1.00 vMB 14
805,508 805,508 00000000000000000003cd4317150cfc883a0243db26b8090e7612b539d92a01 1,928 1.00/1.00 vMB 17
805,507 805,507 00000000000000000004db1eccacd33422a425360dc50231899fdfca44cfcd78 3,085 1.00/1.00 vMB 17
805,506 805,506 00000000000000000003257aca1da43883c7282ec2fbefe429ffdf64106011fd 3,632 1.00/1.00 vMB 18
805,505 805,505 000000000000000000016d732a54912f3af7e34736337ae98d6955aa7da62cd9 3,484 1.00/1.00 vMB 29
805,504 805,504 00000000000000000001cd451f4817f581a026d27b9d7f7036d25c6e8031404f 3,366 1.00/1.00 vMB 19
805,503 805,503 00000000000000000000d8d2c4ea0e358abf7a953221bfb5f6f450d64bac15a9 3,226 1.00/1.00 vMB 29
805,502 805,502 00000000000000000003e7e63e97b3af01a2bbb9f21a6116bb18eedb10b39083 1,823 1.00/1.00 vMB 14
805,501 805,501 00000000000000000003ae234b6fdb29286e4d0ee98109e65f1c7f20382ab746 2,887 1.00/1.00 vMB 19
805,500 805,500 00000000000000000001df3620ed5ec015c9e15305e9158d2f57f9f28ea72a94 2,557 1.00/1.00 vMB 22
805,499 805,499 00000000000000000002b4d2551b24200848a7628f05a94c986e9e2e301d7cec 3,409 1.00/1.00 vMB 23
805,498 805,498 00000000000000000000f164e516398f8bfabd12ddfb7c8f2a8c0e04e84a0a2e 2,064 1.00/1.00 vMB 16
805,497 805,497 00000000000000000004d21898f0da56af4af68b4d18bb65a443e120efdec408 3,689 1.00/1.00 vMB 17
805,496 805,496 00000000000000000002a77242fb4bd43076bd817246d7feeee14b8e68af8af9 3,354 1.00/1.00 vMB 28
805,495 805,495 0000000000000000000481bb093278b60898b9baa5de3b55398b05862edd3368 3,524 1.00/1.00 vMB 25
805,494 805,494 0000000000000000000457979b852c9dcc20749364fd71e3a81b5b59bac1108a 2,715 1.00/1.00 vMB 18
805,493 805,493 000000000000000000039641199f51490c05566c2c22506de448fe9869dd56a3 2,393 1.00/1.00 vMB 23
805,492 805,492 000000000000000000044a2d1dc5c495b24c9542cd8a45b0fe65df84efd376e4 2,664 1.00/1.00 vMB 18
805,491 805,491 0000000000000000000152679007a2403d83d12cc52ad407cb42427a86047cd1 4,216 1.00/1.00 vMB 18
805,490 805,490 000000000000000000005018d3bfe5b97876f0750b53e579c336563aceb18b24 2,554 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.