Loading Tool

Explorer IconExplorer

Memory Pool

74,322 transactions
28.92 vMB
0.07728904 BTC
Random Selection Loading Transactions
Max Size: 170.49/200 MB

Candidate Block

Mining Attempt 4f871be4f66e04f06fc0cff07576cf81314a59d96be538d1ae6f529fa9b563e9
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root 5b46539470c9de4aefc47b0f1641995a5d34fe1ad0e3f1f5949ff29e42f44235
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,047
Size: 1.00 vMB
Total Fees: 0.01718469 BTC
Feerates: 98.05 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (369,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,477 545,477 00000000000000000015f417a08e70effa8cf88059793661a374bab4e38c5f3d 2,463 1.00/1.00 vMB 7
545,476 545,476 000000000000000000193b9bf917bfb011bdd52f1bdda3c0e335fc016cb35a9d 3,016 1.00/1.00 vMB 11
545,475 545,475 000000000000000000213e94725b340f0ba18162a3218647c0f0663620db3e69 2,586 1.00/1.00 vMB 29
545,474 545,474 0000000000000000000008d4bebbffc37258f27f65b6d17def73d66ee69d7504 2,944 1.00/1.00 vMB 17
545,473 545,473 000000000000000000197ec0a982d55e56ecd02d84d514e18b61e13b085b21f8 2,227 1.00/1.00 vMB 10
545,472 545,472 00000000000000000001a6e4a89892a8e28719fbee54dcc597bcaee7c2c524ff 2,796 1.00/1.00 vMB 11
545,471 545,471 000000000000000000111be9044ccc689bea98e63776d5ff732dd6727f872a62 1,210 1.00/1.00 vMB 16
545,470 545,470 0000000000000000000887a2a85dd389cae85ee6c25981097c397ea298dfb24f 2,387 1.00/1.00 vMB 16
545,469 545,469 00000000000000000002212ba33d321a8d76ee10ced2183d69177ce86e22ce40 2,695 1.00/1.00 vMB 43
545,468 545,468 00000000000000000010ff807cf6c8fede7d012b420dff871bc92df772fc65c6 1,547 1.00/1.00 vMB 12
545,467 545,467 00000000000000000004ae11041001e72f356696a3ab5f337dd8c92e5c48c93f 2,072 1.00/1.00 vMB 23
545,466 545,466 0000000000000000000c3168681e40b51ff53fa0f3b7ff5551da39ea039d9710 1,775 1.00/1.00 vMB 36
545,465 545,465 00000000000000000019506e76b2e4aec601e4c900bee007e1d6e9b0a8af1efd 2,193 1.00/1.00 vMB 12
545,464 545,464 000000000000000000088eb21134505dfff19ebc9a5c359d0cef9b2f679565c5 1,423 1.00/1.00 vMB 20
545,463 545,463 00000000000000000011cb7c378d87d13c1371d256fc9ba96ca174a01114d385 1,428 1.00/1.00 vMB 16
545,462 545,462 0000000000000000001d8811179af8ed1f944fe91f73c39d12c3b335c379b412 2,039 1.00/1.00 vMB 41
545,461 545,461 000000000000000000157a1fdf26a4cae3c9404d7cda04068b89ecaf458c95b9 1,527 1.00/1.00 vMB 30
545,460 545,460 00000000000000000024353b096a6a679be29390b92b2fe148ff3ffb1761e1eb 661 1.00/1.00 vMB 44
545,459 545,459 0000000000000000001b1b3cb184245ca3ee53a54e754cb58b1c8ae09e067201 959 1.00/1.00 vMB 64
545,458 545,458 0000000000000000001a2198b4f44c5b53754eefaa603fd326ed264d5fd33a79 2,260 1.00/1.00 vMB 13
545,457 545,457 00000000000000000006c7f9ba835896d138aeb52ee52e651c112ee3f4593b5d 1,881 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.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.