Loading Tool

Explorer IconExplorer

Memory Pool

81,408 transactions
30.79 vMB
0.11028641 BTC
Random Selection Loading Transactions
Max Size: 184.56/200 MB

Candidate Block

Mining Attempt 47044f4ddf3e670a5ffc8693c49c065ccba4970537447dc2810013c921b2bb3a
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3fe278eca3870b963161ca0f8d063786f0d29415e31dc31194dde805802f22a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03061177 BTC
Feerates: 101.42 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (293,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,664 621,664 0000000000000000000ff579711b2af9d0b2aa9c22c04f12f03dc90c12165ce2 2,890 1.00/1.00 vMB 13
621,663 621,663 00000000000000000000862fb6e5a22db541248f82356d21b06c2c1d3674376b 2,690 1.00/1.00 vMB 48
621,662 621,662 00000000000000000008abb0bb244ff1645d1765feb17f8b970e35760da21e74 2,721 1.00/1.00 vMB 48
621,661 621,661 0000000000000000000e72ee13d54ba86eeedc6c5314f43f81efa8e496a253fb 758 1.00/1.00 vMB 70
621,660 621,660 00000000000000000005b713f3de03ee66b76d9b440cad14f4f7378713e47f19 319 1.00/1.00 vMB 70
621,659 621,659 000000000000000000024aba6e5f4c33131c97c54f2d2d9b2c6473c057d8ce7a 2,175 1.00/1.00 vMB 84
621,658 621,658 0000000000000000000a5af7ef41918ace65271a02cb3bf54e62dfbbf7122884 2,803 1.00/1.00 vMB 22
621,657 621,657 00000000000000000004883f1b4b1d1303b0850fa3aa76a30cbc0b59fd4a928a 1,771 1.00/1.00 vMB 78
621,656 621,656 0000000000000000000abdddc74247992a10646ac2ead8fb4c626af5b503fed3 2,487 1.00/1.00 vMB 26
621,655 621,655 00000000000000000002118f009a9142e42acdcd4222ebc2b7ddbee23b9a0e65 2,244 1.00/1.00 vMB 60
621,654 621,654 0000000000000000000789949a874c7a92f6983fd4aedb8e85cddeb79917cc21 2,526 1.00/1.00 vMB 52
621,653 621,653 000000000000000000057850f7082d69fd637be4f14eb627ca29e5b61ef72f68 3,165 1.00/1.00 vMB 13
621,652 621,652 00000000000000000010b5bb92fab0d57c3508004ff021230d373658982b45c7 2,766 1.00/1.00 vMB 31
621,651 621,651 0000000000000000000124fd529b3a1ad737bbf6b4b778c227b8ab71a3646ab5 2,728 1.00/1.00 vMB 17
621,650 621,650 0000000000000000000fccf3c033e246260b88d055792f592a4b7dda27d639bc 2,415 1.00/1.00 vMB 59
621,649 621,649 000000000000000000012e5aad5967a3af779dec93e9a06777713e7378253474 2,735 1.00/1.00 vMB 75
621,648 621,648 0000000000000000000f2fc46384fb6f65d0742813e561cb9f212561f4b531ed 2,654 1.00/1.00 vMB 36
621,647 621,647 00000000000000000010fd86b5a34d2aec2db56a243bf80c593b9cdef385d3b6 1,656 1.00/1.00 vMB 7
621,646 621,646 00000000000000000009797c44b6ab238bf076d478c4551a0444c762d704c9bb 2,551 1.00/1.00 vMB 45
621,645 621,645 0000000000000000000ee80e9c226ed05944502b8c5d44d2f98963d3f823fb87 2,486 1.00/1.00 vMB 21
621,644 621,644 0000000000000000001024fa9f190bb703d256a6f78887fa3129e4e9010f0993 1,393 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.