Loading Tool

Explorer IconExplorer

Memory Pool

80,818 transactions
29.86 vMB
0.07482592 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 4c76ecffada6903349ea6cb56e844f1ebe24f4e14afa9e839934675bc713685d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root bf42254bbf69be9ff0c448dedc63e25365dad39cb1ae60affd4f17fafda936ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 1.00 vMB
Total Fees: 0.01379782 BTC
Feerates: 502.67 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (459,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,397 455,397 00000000000000000052c4b9b473bd986f347a8d723aed2623f7e3daf7e7d297 1,806 1.00/1.00 vMB 92
455,396 455,396 0000000000000000010462f1cacb3d10069d4866330b511bc3a33cb134fdf13c 1,007 1.00/1.00 vMB 87
455,395 455,395 0000000000000000021283ad13cd1301ffa24e11e752d6f6b51a20dc6a42abe3 2,666 1.00/1.00 vMB 108
455,394 455,394 0000000000000000013618c080fd963119cf92ed7bffb4e1e5430b64ca34d472 1,938 1.00/1.00 vMB 131
455,393 455,393 000000000000000001c7d64439a4785d999ff5fa3f3d6a3be8e80c2cf9f12e34 1 0.00/1.00 vMB 0
455,392 455,392 0000000000000000002b4084a6440dbf4fb543da0fd5c5b17e4fc7a7c8192dc5 1,543 1.00/1.00 vMB 114
455,391 455,391 0000000000000000027c6624705f4dea79ce94c2c225238b087c7dda1bf5342e 2,180 1.00/1.00 vMB 129
455,390 455,390 000000000000000001a1193825e7e31305e16a818fb2ed8d20c3a8e8fa10aad2 1,816 1.00/1.00 vMB 149
455,389 455,389 00000000000000000212c35a70c6f4d70b8d0ff457352952e19e77977ea03574 2,102 1.00/1.00 vMB 202
455,388 455,388 00000000000000000147360bd537025cb009cd212df617b986eecaef8b1121d6 2,272 1.00/1.00 vMB 151
455,387 455,387 00000000000000000099d9b7e2894e85c83f9d33cf798d32ff8ed85cde4d9637 1,932 1.00/1.00 vMB 155
455,386 455,386 0000000000000000014eb506bc572f5ec9d2c547cc11aea4a7ad4de54502f956 2,005 1.00/1.00 vMB 120
455,385 455,385 000000000000000002654b35f05570e4aff1c861c4381228fae5667a4cb7d92a 2,051 1.00/1.00 vMB 124
455,384 455,384 000000000000000002006b4296d1188b204507640384519d428a06aeac487e61 1,928 0.86/1.00 vMB 139
455,383 455,383 00000000000000000198a17d4d8e94a00520bcf782a6ff5ae91aef02bc01bb7c 2,616 1.00/1.00 vMB 190
455,382 455,382 0000000000000000002b35a7db47a5aabf239318ed25e5074a20396bf1d1a9c4 2,378 1.00/1.00 vMB 116
455,381 455,381 0000000000000000024375a52e60488283a2740929aaf38732eb03421b254b0e 1,512 1.00/1.00 vMB 123
455,380 455,380 000000000000000000fe6828d1099a9bb5465c1d0df2a28ff63090e9941ef2e7 1,906 1.00/1.00 vMB 123
455,379 455,379 0000000000000000020e1320ca3138d16a9d6e7e7347f4c8f69f8b845492a9ff 2,091 1.00/1.00 vMB 130
455,378 455,378 0000000000000000011a4e77cd99f44942784110542caeac19134268073748b0 788 1.00/1.00 vMB 103
455,377 455,377 000000000000000000d7eec37b8f62060870fc1bc0090b98e4b9ed7d72661abf 996 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.