Loading Tool

Explorer IconExplorer

Memory Pool

41,396 transactions
32.07 vMB
0.11890325 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt ea1eeadaba910cc5a0142b7ea96377e4d0e2d8ee60cac7ee76636a97b2befcc9
Version 20000000
Previous Block 00000000000000000001a85c3c399f498d0bec2bc31fd48cfb44a2ea48876ab6
Merkle Root 620cd862694b01cbbe918245706194f237ed7ab06cfa7a17b805a30fb88838d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,538
Size: 1.00 vMB
Total Fees: 0.04681777 BTC
Feerates: 327.53 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,356 (788,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,497 125,497 0000000000002b9d0075e94c5eb2b30853ee2b3076720485d807eedc4c52a8f6 5 0.00/1.00 vMB 2,331
125,496 125,496 0000000000000209bd1683770c76aab6488cf9399f129c8eb6f3b7873241d7ed 4 0.00/1.00 vMB 0
125,495 125,495 0000000000000bd0e4ddd607d9cfb6e59b0a9a66609fa710d81c4e74ea909e01 14 0.00/1.00 vMB 991
125,494 125,494 0000000000003841969de084670ae064f4520ff8c466cca5b39958e2a5a21129 17 0.01/1.00 vMB 915
125,493 125,493 0000000000002f1f4e8a611732e221347161964f4e3e9d04d8f585c7f50ec3e4 9 0.00/1.00 vMB 1,537
125,492 125,492 0000000000002624571cb18c6cfaad1f70a08adab11f0946eb0ecb081efc1b46 4 0.00/1.00 vMB 399
125,491 125,491 00000000000020cbdd9846b2e420f7b5ec7610db18c44d78767e9f4e8b819a3c 10 0.00/1.00 vMB 353
125,490 125,490 0000000000001a4d5e21b99a8085b1a00b67c15e98ed47c142709e74a0adb89c 5 0.01/1.00 vMB 591
125,489 125,489 00000000000012cfb9d5309007166c39f7a697b4c01236d8ea458432940dd7da 37 0.01/1.00 vMB 151
125,488 125,488 0000000000001af2ecf6b32b6395614c74a70490627b5b4079972b206ea8af49 14 0.00/1.00 vMB 1,118
125,487 125,487 0000000000000633e6a75da1445f3d262e059b18146d1de7b86f2c08915bb216 2 0.00/1.00 vMB 0
125,486 125,486 0000000000002714ba3a341f3f87c8f4a8e147c4d3375657ee735ee568f5db3e 7 0.00/1.00 vMB 988
125,485 125,485 0000000000001679c13458615907694d2897d361f7601f074e72ecdee99ac47a 6 0.00/1.00 vMB 0
125,484 125,484 0000000000002a76b5437e46767bdac680e9e037ab1a9b4bd5e081f074259381 8 0.00/1.00 vMB 345
125,483 125,483 00000000000002f008269bf355398b06f7fce51afffefb19cd4c7dc347716ca7 37 0.02/1.00 vMB 309
125,482 125,482 0000000000001bcdeaef11ae5bf8d23c17121dfdcd9b5f0ad7d31796c5db224b 7 0.00/1.00 vMB 0
125,481 125,481 0000000000003dd075aefb4fddba500f5991a8d7e5de0a12087baa796cc2699d 22 0.01/1.00 vMB 445
125,480 125,480 0000000000002c69944c064c21dc38a82014c909a822a2b719e5a76d58981854 6 0.00/1.00 vMB 506
125,479 125,479 00000000000029b1c1271165d2fa9ddb0121ee2ecba275b3f59d2f39e5e03dae 10 0.00/1.00 vMB 589
125,478 125,478 0000000000000650f6428c140f4f1fb4a222f950062730c13548325cc57814e4 17 0.01/1.00 vMB 634
125,477 125,477 000000000000363f2a032627eb1312007cfec081a43e4a83de2a405d0bbc6646 7 0.00/1.00 vMB 358
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 589.47 GB
    • Received: 9.58 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.