Loading Tool

Explorer IconExplorer

Memory Pool

37,940 transactions
26.07 vMB
0.06075082 BTC
Random Selection Loading Transactions
Max Size: 134.59/200 MB

Candidate Block

Mining Attempt 0b6a16992f15d1b03954e5a8f693ec5438ddaeb1a8afcf4e044fd7e321d393cc
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root ecc3ab05ed5371995d77adafb5f4b174f471ba4281a236ad3c128ff93b6ee391
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.01297083 BTC
Feerates: 265.25 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (254,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,267 660,267 00000000000000000001324f90994fed309dc24a4b9104bb85129e5cd5bccb75 1,561 1.00/1.00 vMB 23
660,266 660,266 000000000000000000048e8dbb219de55c5c34ea8b80de6cf086169a69fcf186 594 1.00/1.00 vMB 7
660,265 660,265 00000000000000000008d34db3d142b12a62413b8b698eb2469b32690c32a9b6 1,997 1.00/1.00 vMB 29
660,264 660,264 0000000000000000000282eaecb13c1f1f7e47865f5a96d956d6a2e341e4819c 1,243 1.00/1.00 vMB 41
660,263 660,263 0000000000000000000879c9521ef3084f7fef39fb23a5520bd9be6b0edc07a2 1,321 1.00/1.00 vMB 19
660,262 660,262 0000000000000000000be68e6c85d821f3fb12b3f9a13239ed4a208844a3e858 1,925 1.00/1.00 vMB 15
660,261 660,261 00000000000000000005146a02251eb48b9b795bf2a10a0ae1cc9947ee470b3d 2,509 1.00/1.00 vMB 41
660,260 660,260 00000000000000000000d7e0a878dd6cb0f0823f6be3c12a823257a691affe0d 1,077 1.00/1.00 vMB 12
660,259 660,259 00000000000000000001edeb3518f924a95ef4a6c8f1d677f539275e9e575868 219 1.00/1.00 vMB 1
660,258 660,258 0000000000000000000b45cfcc72e520aaf570e8676e1bc3efadd8cf5f2412fa 2,032 1.00/1.00 vMB 26
660,257 660,257 0000000000000000000a7def8a6f9bf34fe787a09e29d42f1dd89a16d146b049 447 1.00/1.00 vMB 2
660,256 660,256 0000000000000000000856d156da51cf4c7dcd655fb6f3ea11eec316573d6c37 950 1.00/1.00 vMB 14
660,255 660,255 00000000000000000000f07bb952c114c43baebf40e56dbe37158a76241dd02e 142 1.00/1.00 vMB 1
660,254 660,254 000000000000000000052c63e70a32ab3a61a7d3914d3e3f55566c1c11c8db84 1,712 1.00/1.00 vMB 20
660,253 660,253 000000000000000000003a26c9c1d633b97803b637c2d3589927daba6b2dc9c8 1,322 1.00/1.00 vMB 14
660,252 660,252 000000000000000000076f0b9aff82474942cee04c0bf88b4886fbad0b6318eb 1 0.00/1.00 vMB 0
660,251 660,251 000000000000000000020a91a4bd52e1ee447fad7007000a4f65149fdf5a259a 1,799 1.00/1.00 vMB 23
660,250 660,250 0000000000000000000c17f5f34bd94cf941109f17f40c493ef02fc849225974 434 1.00/1.00 vMB 7
660,249 660,249 00000000000000000005d8e01765b5b39607c723303de3a3183a211c5b7047cc 1,029 1.00/1.00 vMB 13
660,248 660,248 000000000000000000036f8ceafca40fdba4e81fc86338d45abdddd51dd8fbc8 1,240 1.00/1.00 vMB 15
660,247 660,247 00000000000000000004b2791efe7bc4d5ba92a81202ed654e9b86bb883029ad 2,191 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.