Loading Tool

Explorer IconExplorer

Memory Pool

75,832 transactions
28.33 vMB
0.06360516 BTC
Random Selection Loading Transactions
Max Size: 171.68/200 MB

Candidate Block

Mining Attempt f1463a49ee5b22dbfd1064c4d21b21482000d32da0ef0f747dc02f9a3c90c293
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root fe6326687f9e0327c103a6a1257ee1706b4039a1021330ebb9a733745512be86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,005
Size: 1.00 vMB
Total Fees: 0.00482793 BTC
Feerates: 14.26 > 0.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (622,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,015 293,015 0000000000000000ca1f33d308689a20ff87602d46349107a090655967ef0a83 944 0.58/1.00 vMB 27
293,014 293,014 00000000000000004dbbde1e440051da0444b2ca7cd5763a63da09b7afc79bbc 512 0.19/1.00 vMB 42
293,013 293,013 0000000000000000174708ddcf752287038bf3bf428d3b15e3497513df56de1b 442 0.24/1.00 vMB 30
293,012 293,012 00000000000000006e248110e570debd9d48e5705ac158375ed75ae9c2e755b8 423 0.32/1.00 vMB 24
293,011 293,011 00000000000000007128389d3e714ea6274688bdfae2d6767446bff2975c7839 754 0.35/1.00 vMB 77
293,010 293,010 00000000000000007c96023bdaa7670b840add38a73d34d23cccf9104c40ab27 23 0.02/1.00 vMB 27
293,009 293,009 000000000000000050a00168057879189d02df7c881577be27f58d8bc2b4dc1a 463 0.29/1.00 vMB 32
293,008 293,008 00000000000000007fce10a5fb95223f66d232483c3a9fbc859474dc7e8d5130 31 0.01/1.00 vMB 40
293,007 293,007 0000000000000000676fedd3b86b859194e8f5f9c982d964010b5afd7013088b 104 0.05/1.00 vMB 30
293,006 293,006 0000000000000000db3b866e87c429deee6adb6137566c99479dc1bed18e8ad0 232 0.13/1.00 vMB 32
293,005 293,005 000000000000000077249935d9f6cb42115275aa3d76919d7da11e2abe0d6f69 16 0.00/1.00 vMB 18
293,004 293,004 00000000000000004a06700399f736f157c31420b22189f641937d73177e7156 223 0.19/1.00 vMB 22
293,003 293,003 000000000000000098080cce1b77081b13cb6bb0ccae2831c57ec1266e22945c 717 0.25/1.00 vMB 47
293,002 293,002 0000000000000000d97dd060d2cd4cc532631d6cfa4610eb4bc14c23a496a5a5 51 0.03/1.00 vMB 14
293,001 293,001 0000000000000000a1e689745cf34cbca48fb2d75fa6b37a5d8fe95dd022fd38 608 0.46/1.00 vMB 27
293,000 293,000 0000000000000000c504bdea36e531d8089d324f2d936c86e3274f97f8a44328 373 0.17/1.00 vMB 39
292,999 292,999 0000000000000000b358b3b54788547080f49ed52392c2ed32a241951e2c9d5f 104 0.10/1.00 vMB 22
292,998 292,998 0000000000000000747cf5ccce62fde7da42ece32709382abeb7d95960d75980 429 0.25/1.00 vMB 30
292,997 292,997 000000000000000074e97f24bc669968fd444db9ecbeb52e869793f0cf87b792 256 0.10/1.00 vMB 38
292,996 292,996 000000000000000088cb42bc8212de79040b663eee85a665168d0c35eaa8a049 104 0.06/1.00 vMB 29
292,995 292,995 0000000000000000d76d6ef910d54c27577e3599e4a4046023b6130bedae29e0 287 0.21/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.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.