Loading Tool

Explorer IconExplorer

Memory Pool

27,162 transactions
12.02 vMB
0.03220596 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.80/200 MB

Candidate Block

Mining Attempt 155052c83eee958f20e50b4de2c756b836ab602e9232fb81419e755df8203377
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root b7b7c83f821823fbb3df370a89d20becc1ad7a51ec5d9dbbc968c9a61e0eca9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,846
Size: 0.99791475 1.00 vMB
Total Fees: 0.01212340 BTC
Feerates: 318.30 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (553,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,376 360,376 0000000000000000138938c53b34479bf07b900daab6b9ec36962aef4d986389 792 0.38/1.00 vMB 28
360,375 360,375 0000000000000000137cdb089dfd304b970beef02f4834820a2342dc2e9d3694 300 0.17/1.00 vMB 22
360,374 360,374 00000000000000000cf78adf9e9f210e04d36318eda480b20d01dd5b5887c2be 235 0.19/1.00 vMB 46
360,373 360,373 00000000000000000f463d56a51f200634874e2522badd7427f2c290b22f4585 817 0.58/1.00 vMB 48
360,372 360,372 00000000000000001180742b6d2cdf722cc48928a2b8b349f4064642e99665f3 613 0.41/1.00 vMB 20
360,371 360,371 000000000000000008d8f4b27d0cef6172a5bfb5df3c806eda82b9242d83f041 1,179 0.75/1.00 vMB 26
360,370 360,370 00000000000000000cf211ae1fb0ba1856dcd38c953633f1a72937a53c836db9 620 0.32/1.00 vMB 27
360,369 360,369 0000000000000000131d0341399e30b1b9ea2ac53ef027e925ea79d17ec37b42 842 0.50/1.00 vMB 26
360,368 360,368 00000000000000000f6265d6bc8630f7677a5f9de9649f4afc7139fe00607bb1 1,541 0.75/1.00 vMB 29
360,367 360,367 00000000000000000a7114f08cc1d104e74cd04ac99aa22868621e352fa7c1fa 1 0.00/1.00 vMB 0
360,366 360,366 0000000000000000094ff5cd6d8690fcda343e749755925ef90fe228c46fe5ca 90 0.44/1.00 vMB 3
360,365 360,365 000000000000000004fdb7dad2bedd8a7dc6cff7b2ddf47b854942ccd16d8b81 1,054 0.74/1.00 vMB 16
360,364 360,364 00000000000000000658756f868bdeecf6f633a59819d56b33191c708af9ca31 756 0.35/1.00 vMB 30
360,363 360,363 00000000000000000fa34d846343348eaebdb57588d5451c9376aa2483223602 752 0.75/1.00 vMB 20
360,362 360,362 00000000000000000566202dd4dd869fbe91e1e9d38259c4cc4f4b518012c552 2,429 0.93/1.00 vMB 34
360,361 360,361 00000000000000000974372fc5038ef22d1baf80a373dc1f5d42687d96ec2b64 2,612 0.75/1.00 vMB 48
360,360 360,360 000000000000000005fe7a94d4557cc0e3f77cca8cf25127636e95214a351dda 501 1.00/1.00 vMB 15
360,359 360,359 000000000000000012aa5d9b716544bd8745f89e31312361318121d5c0be4755 643 0.52/1.00 vMB 33
360,358 360,358 0000000000000000160ee2e26f188a21951d76f19321ddf606e1e847d0fa5972 1,322 0.73/1.00 vMB 39
360,357 360,357 00000000000000000ce0c74af2414fd2cc91f18a7c48a4feef7fe917bee2b5fd 185 0.07/1.00 vMB 43
360,356 360,356 00000000000000001245bd2f5c99379ee76836227ded9c08324894faabc0d27f 1,561 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.07 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: 490.06 GB
    • Received: 3.36 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.