Loading Tool

Explorer IconExplorer

Memory Pool

44,108 transactions
26.84 vMB
0.05610732 BTC
Random Selection Loading Transactions
Max Size: 142.19/200 MB

Candidate Block

Mining Attempt ef9d2b55cdff5eb26cf2645224ec03ad21f38ebcaed495c3561370a9d40873f2
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root 11e4afbc9f97cefadd4f89da5843b60552140400daa8f22cd0d2ce91a9918a58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,517
Size: 1.00 vMB
Total Fees: 0.00608679 BTC
Feerates: 100.52 > 0.61 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (518,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,291 396,291 0000000000000000015f14743ee1a57bcd63508be6e37ddf6b2f6ea4369a169f 1,524 0.63/1.00 vMB 31
396,290 396,290 000000000000000008ccb6f7a80be7b47c5344cab400701d1b2a3f8429298862 723 0.40/1.00 vMB 32
396,289 396,289 0000000000000000062db3165adc62f5394de4f6751a05137f9a373dc610a077 1,653 0.84/1.00 vMB 37
396,288 396,288 000000000000000004ae7f3a393fd977994ba98645d616b2f6088bc12bc0a304 1,827 0.91/1.00 vMB 36
396,287 396,287 0000000000000000091789c1f0df0410db8ff7d7ea249da14e9d07bc21d387a6 881 0.48/1.00 vMB 37
396,286 396,286 000000000000000004c1843db313ee831a79daa1bfd1fcee3182a4f50825eb1f 1,131 0.72/1.00 vMB 40
396,285 396,285 00000000000000000016ec0e4d0fa0b65d715830aad18a0a78ae545c0eb26d83 1,253 0.62/1.00 vMB 42
396,284 396,284 0000000000000000071470392cec2f8167181570a9a109e0529e1b7806b143f8 807 1.00/1.00 vMB 6
396,283 396,283 0000000000000000010df848a5a3d178db669f0672d24acd665786e2dcee2999 1,513 0.66/1.00 vMB 44
396,282 396,282 000000000000000000082074fe816864b3903be33d8c7ef1ea10f0af306f8a80 1,125 0.85/1.00 vMB 28
396,281 396,281 000000000000000004beabd763a113035a26c6f348e43fa76c80794701387a2b 1,922 1.00/1.00 vMB 38
396,280 396,280 0000000000000000017c48418872fd30ca2d945dbd640a2c5d62a65a0d8ceb74 591 1.00/1.00 vMB 6
396,279 396,279 000000000000000000e5050a192c835cc0896a03e2c96d13f6b6ca2eebf05efd 1,346 0.65/1.00 vMB 37
396,278 396,278 000000000000000003498c3c518c6f982f0b1e75bd63464588163cc51af4b471 1,607 0.93/1.00 vMB 28
396,277 396,277 00000000000000000805ddb59c5b16ce8a9c0338ee758bae4d1e6cbcf91b8adc 986 0.92/1.00 vMB 21
396,276 396,276 000000000000000004690b8b1d5135c72d18fd0e59273c7a792709bba9c3a4e3 2,494 1.00/1.00 vMB 44
396,275 396,275 000000000000000006ce59dd02d54936c6259c6a8d8a31d6dddecae2d370d3ed 282 0.40/1.00 vMB 17
396,274 396,274 0000000000000000090c1b23856f720ec3ad509897aae47c24d8ddb28b47a112 1,814 1.00/1.00 vMB 29
396,273 396,273 000000000000000001843fac258933cdb429d58531b1b3f7e0f760522f0acbd6 1,280 1.00/1.00 vMB 25
396,272 396,272 000000000000000008b1f4b331e6794872121bc54bd8a34d6dc95557f9c93228 2,291 1.00/1.00 vMB 79
396,271 396,271 0000000000000000038ebe407622067037489f9d1ea217143df4f6f824991af5 39 0.05/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.