Loading Tool

Explorer IconExplorer

Memory Pool

43,562 transactions
28.38 vMB
0.06048871 BTC
Random Selection Loading Transactions
Max Size: 150.30/200 MB

Candidate Block

Mining Attempt f84ebb8af0e3bde7d94a369f1e39079f4b3631da90a35a4dd5960b5a2f614771
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 28463be4a95697355f2554eeec69a09eb810a7a05dd41c55c3c46726711406f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,740
Size: 1.00 vMB
Total Fees: 0.00643021 BTC
Feerates: 100.33 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (266,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,258 648,258 0000000000000000000ee9d8a6751d32fa86fcedcb5f3aa71d947e48cb917f04 2,572 1.00/1.00 vMB 66
648,257 648,257 00000000000000000002df681abe6bcbb510427ddfc7a42f34e653e5e7697f21 2,971 1.00/1.00 vMB 77
648,256 648,256 0000000000000000000b58e2d89068a9f02e64716f1b6f042122ca9aa0261841 1,912 0.89/1.00 vMB 36
648,255 648,255 000000000000000000013662f538c6edcc4d8f4e19199104446b30f71d188771 1,053 0.71/1.00 vMB 5
648,254 648,254 00000000000000000003f9211742bd785b9150bfdac031642ff02576c1c6b500 1,242 1.00/1.00 vMB 4
648,253 648,253 00000000000000000009f398c31a22c8c0d064a0d7235b4bf21f7dc60d816798 2,433 1.00/1.00 vMB 7
648,252 648,252 0000000000000000000c70bc93ce08a554353a653ba585f7192f971d07c2366e 2,283 1.00/1.00 vMB 24
648,251 648,251 0000000000000000000f1282454df194aa3d2f1f0fa3ba0fe63aae6f3a84e345 2,627 1.00/1.00 vMB 86
648,250 648,250 000000000000000000096c2e6cff82f2ce04a55cec67600c791b03dc1fdf35f9 1 0.00/1.00 vMB 0
648,249 648,249 0000000000000000000be1a76478376790aef89f91a0bec4de9557af983d4403 1,650 1.00/1.00 vMB 44
648,248 648,248 00000000000000000003fdc1f082a3c64eb09c7afe3fbcf3566ce75049746b73 2,120 1.00/1.00 vMB 32
648,247 648,247 00000000000000000008ccd8ccbbc7018e50a063780c6403124d1b3739c1425a 2,449 1.00/1.00 vMB 21
648,246 648,246 000000000000000000082fa2e9aaf6cb7eb4919800c6d78085ca8b2e3488f41c 2,080 1.00/1.00 vMB 52
648,245 648,245 00000000000000000008283735a93f6a9b568a04310044d384b87200d69219e6 2,708 1.00/1.00 vMB 33
648,244 648,244 0000000000000000000222027fd2173e9e23bd43070028832f48b078c6a9eeb2 2,003 1.00/1.00 vMB 53
648,243 648,243 0000000000000000000e9644798eb001f485cf8585fe28f72f106bf52fedb471 2,706 1.00/1.00 vMB 95
648,242 648,242 0000000000000000000f566ed09b26a1c590ec4f2c7898096938bd01e5de7861 2,635 1.00/1.00 vMB 82
648,241 648,241 00000000000000000009659929f116d4efb40cf08b55cd86412a2cfe52cf8893 2,305 1.00/1.00 vMB 25
648,240 648,240 00000000000000000004730b91e0a22ab68d8b38e4fd20d72f169e7b07afdf53 1,930 1.00/1.00 vMB 25
648,239 648,239 000000000000000000026b5e1abc66b78b1391334687f0ec2df280de2adac87a 2,586 1.00/1.00 vMB 14
648,238 648,238 00000000000000000005117449ea9707955356f57df2ad6d0bd17c40d19bd0a4 2,503 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.