Loading Tool

Explorer IconExplorer

Memory Pool

72,803 transactions
28.07 vMB
0.06774963 BTC
Random Selection Loading Transactions
Max Size: 166.24/200 MB

Candidate Block

Mining Attempt 1eada65668a2bff540966d45167c6a5a0c9602d81955114d46ff9de75836e1a0
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ef26f78117119169d72edd8f56f48aedce5d63a21aadad00050a2b1963417070
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,747
Size: 1.00 vMB
Total Fees: 0.01159985 BTC
Feerates: 150.86 > 1.16 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (254,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,275 660,275 000000000000000000015587debbe4185bf92988d3ed54c036b2bc3dc63e12d4 463 1.00/1.00 vMB 9
660,274 660,274 0000000000000000000677bc8b1cc477c80dc485ae84c5cb1b09e84f4b6e2ea3 2,882 1.00/1.00 vMB 52
660,273 660,273 00000000000000000006325f82b5a40e40ca58e342f3dc2afc8f8e14fe4ed473 2,090 1.00/1.00 vMB 69
660,272 660,272 0000000000000000000e4792371f97439835f38efbb7422291561e98342e1ddd 1,090 1.00/1.00 vMB 2
660,271 660,271 00000000000000000008db0de76f77de919b1a0da27a5583f9fafbcfc5a9ac58 2,441 1.00/1.00 vMB 44
660,270 660,270 0000000000000000000376710797a954568dcd30be5cfdc676674b594b3de4e9 526 1.00/1.00 vMB 6
660,269 660,269 0000000000000000000d58dfd9bb61efd53bb2ceb039d9c409463f661f28a5ea 1,455 1.00/1.00 vMB 12
660,268 660,268 00000000000000000001c85539e65fa98ae096968bafe2511004de1b1b0e569e 1,514 1.00/1.00 vMB 18
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
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.