Loading Tool

Explorer IconExplorer

Memory Pool

42,879 transactions
19.35 vMB
0.19864229 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.63/200 MB

Candidate Block

Mining Attempt 93026dfa13c6947524e4b18e3d71c2f7c0421e0da31f3630c68d917eeef4daf2
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root 6fb95d6e3fc48e0ea6a7e9b8d84cb3aa1841fe6ac5adb0fcdce6cad69844b4c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.05494265 BTC
Median Feerate: 4.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (653,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,328 259,328 0000000000000018edb1ffa2f51c2d6f37e9bbfc7963145665204bb1b8a4a10a 25 0.01 vMB 88
259,327 259,327 0000000000000001f5eeceb8e6c37c5a5ffee765d2ff0f0d6ad3f45916d2d29c 309 0.18 vMB 71
259,326 259,326 000000000000002252b632598a661c5702dfdac1a4a7c5210355a13717dc6e51 144 0.07 vMB 87
259,325 259,325 000000000000000897e8f436ae8299c7e14ed6b3bd91739d472c9889415d3ec2 307 0.17 vMB 83
259,324 259,324 000000000000001198c695617023fb170da6c47cdd17fa625f009d0d7d1045e1 389 0.16 vMB 69
259,323 259,323 000000000000001d5b49cf700a7606a1f60ec74eaa204c2c13190f050abae21c 128 0.05 vMB 116
259,322 259,322 000000000000000ae791955fe2b9b282009ffe4530beb1f4fc5ae1a76de24c81 7 0.00 vMB 103
259,321 259,321 0000000000000017e9caabaf0ff43137980288e62f136c29350ccfc5d153b45c 86 0.03 vMB 82
259,320 259,320 000000000000001b7db779eebb6bf9c300d18b57fb7e2076eff8df072e581711 9 0.01 vMB 33
259,319 259,319 000000000000000e4ee3c8244cef1e5b4aa44195b68b37854d024d06ec5d6469 455 0.17 vMB 68
259,318 259,318 000000000000002013d8bba982d457cf070d8343932d69483f68013939a1a6a2 348 0.15 vMB 103
259,317 259,317 00000000000000138986de14463be69941164c0912bd4269b638cbaed6952a54 19 0.01 vMB 87
259,316 259,316 00000000000000056cef5c9835199122bbbb42fd30313555f1bd10425e1128fe 397 0.17 vMB 70
259,315 259,315 0000000000000004fce3ba9b284515d273b57091f1bf204392e394838b2289d8 392 0.25 vMB 99
259,314 259,314 000000000000000100d134814772625c07bf3965410220ced59066b379be37e1 147 0.07 vMB 78
259,313 259,313 000000000000001e4d718af798bf97133affb660e011bc6fdc58d56f602c3339 38 0.02 vMB 78
259,312 259,312 0000000000000008a43c00bd60d694ebde2bccc3447fe784fd2f99da99c963f0 46 0.02 vMB 87
259,311 259,311 0000000000000012e1852d97810e9dfda09342c1e9ffbf74216fbefef32f479f 295 0.12 vMB 119
259,310 259,310 00000000000000129087afd1ac3bed9f5378810b15126ba6a3d6e22fc08c50dd 7 0.00 vMB 135
259,309 259,309 000000000000001538982b644b1867141690e00959fef9610bd25b3fa4492593 45 0.02 vMB 85
259,308 259,308 000000000000001f9642845f7e3dc22cb71589b62642d9cbf0e779292aa05efb 540 0.25 vMB 86
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 126.90 GB
    • Received: 0.51 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.