Loading Tool

Explorer IconExplorer

Memory Pool

81,541 transactions
29.98 vMB
0.15791906 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt c98c8419b566464b69002f76c2319c6faea493cdc807119adb3fe474b131d498
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a9387b2bd960d4907708f7d83c0cc305338f49790b348d6ddb42173cc5eab81b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,755
Size: 1.00 vMB
Total Fees: 0.06007076 BTC
Feerates: 1,002.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (509,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,190 406,190 000000000000000000ad5edbcc03a73a8fbcbbb90bb31c4f1a9db83b0c91e141 1,161 1.00/1.00 vMB 26
406,189 406,189 000000000000000000524dec59420d7eaa72e93cf41b471084d449d2d8b0a7cf 1,999 1.00/1.00 vMB 36
406,188 406,188 000000000000000002cf5b8999febf4210982265ef9cf1f70aa7508afa755b67 2,919 1.00/1.00 vMB 60
406,187 406,187 0000000000000000026472aa62b1054f7eb00507f0ec8de207f37f54277511bf 1,823 0.75/1.00 vMB 34
406,186 406,186 0000000000000000055e0e9b77ad00549e5ee3065c3f6fcff311a22af06a5f13 2,843 1.00/1.00 vMB 56
406,185 406,185 000000000000000001da813777154c3e9fcbbce67a72be6dc3f23f9eba298a77 3,207 0.99/1.00 vMB 79
406,184 406,184 0000000000000000051184c0bbd2252ca14fba20fe5ce20a6b69060cb2d252e3 525 0.25/1.00 vMB 43
406,183 406,183 0000000000000000020bbe8c3a14e5788de13f9fc23e4ce1db254a7a9f9245fe 1,218 0.56/1.00 vMB 39
406,182 406,182 0000000000000000042c0270a3841f20870645886ba5f9cb4e60382e9b3ab85f 711 0.74/1.00 vMB 21
406,181 406,181 000000000000000003bdd6a7716df967fb4b4334d5b3f360e7eb111eb2c563d7 2,483 1.00/1.00 vMB 54
406,180 406,180 00000000000000000533b44c25316823d835e5f8ab26274b0a3a63a50d46c8d5 1,139 0.67/1.00 vMB 36
406,179 406,179 00000000000000000134cb274938636f16522db9bd49c1180b8bb899f0b35ca9 350 1.00/1.00 vMB 8
406,178 406,178 0000000000000000035a223027a6d55f7dffaab25f06a1a63cec1b5e43ef50d0 474 0.38/1.00 vMB 25
406,177 406,177 00000000000000000526d97c765d789e9334df409ee9fca4e3d4ef2fc79cb972 2,636 1.00/1.00 vMB 50
406,176 406,176 000000000000000002e32f12dc0835e11d753c7a2d612b0f1cafcfa05fd946df 1,263 1.00/1.00 vMB 25
406,175 406,175 000000000000000005f90769546f51a28770fcd2309f3633831055d9b095edb6 909 0.77/1.00 vMB 27
406,174 406,174 0000000000000000067f882c464dfc0ded6d86594107dda696183eaf82db12ce 2,374 0.99/1.00 vMB 45
406,173 406,173 0000000000000000003b823217a6ff109b279df9233203de389ff64eaaae5926 1,029 0.43/1.00 vMB 40
406,172 406,172 000000000000000004676b24ce5a51444226719fd52b6672005113c33437f96b 2,153 0.99/1.00 vMB 35
406,171 406,171 00000000000000000315a5165bf8ff26d576b3c8788c0a08c00c7f689007bacf 3,066 1.00/1.00 vMB 75
406,170 406,170 0000000000000000016214505df66cb2e2e59a44eaa4b933182b8b1c5e9960cd 645 0.26/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.