Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
29.74 vMB
0.11131699 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 8213abbcfd7b26f39d6693c58061c5a8c3ccf0c04c78ccec6bea6c98d0693adf
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root f56a7215e6578940638d1433cac51762845b481f9a64600ec1f24acafafa408b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.02733086 BTC
Feerates: 150.74 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (479,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,131 436,131 0000000000000000024585494f9b4e3d817edd62c06b64d2bf9bd7ec7254afb7 2,017 1.00/1.00 vMB 51
436,130 436,130 000000000000000002ce99bfb6cb05d21b506ef2b6e635a3ae0f3a45cd171e04 2,296 1.00/1.00 vMB 98
436,129 436,129 00000000000000000085b58af209eb755923f3babc3f5c600115d9a28e8f7ed9 2,249 1.00/1.00 vMB 44
436,128 436,128 000000000000000003fb6495e2cc31bce3c952e11c957e28fa25e4bd5eeedcea 2,450 1.00/1.00 vMB 77
436,127 436,127 000000000000000000ed92e7d22cb444e590caca701adc7cd9c3c55e17fe9254 2,440 1.00/1.00 vMB 100
436,126 436,126 0000000000000000036f9fa0e8d6de9d089c879b152285bdb4200266779b9265 1,759 1.00/1.00 vMB 31
436,125 436,125 0000000000000000027b403cac1cff97ed0c3524bfdd6b23b6923fe9bc2ec644 2,470 1.00/1.00 vMB 93
436,124 436,124 000000000000000000637280dfe4203da010a47557e6477b4d1c84d81c9df128 2,025 1.00/1.00 vMB 73
436,123 436,123 000000000000000000421c87c1465763f14133efdd06642e63a613fa3dda732e 1,955 1.00/1.00 vMB 43
436,122 436,122 0000000000000000017cdd12f5260479d762572aae29a88c80436f7dc7643391 2,144 1.00/1.00 vMB 48
436,121 436,121 00000000000000000116a5f32424c9164fa59909d8b62be0bb00002120939cbb 587 1.00/1.00 vMB 35
436,120 436,120 0000000000000000009a2453f762cacac6f30b72c67811bee535ff71932c1654 2,059 0.99/1.00 vMB 67
436,119 436,119 00000000000000000047e966aa4c3029223329855ec62ef3bb80a26993309de7 1,635 1.00/1.00 vMB 48
436,118 436,118 00000000000000000031b14bad61adcd9671e843a02b9baf167366a8fca56b58 2,264 1.00/1.00 vMB 73
436,117 436,117 000000000000000002c695896082ae4432b1a658744299f1561f0f41fbbf4770 1,991 1.00/1.00 vMB 70
436,116 436,116 00000000000000000449b3be46204c91a838de2b9f52eaa1e1c3c00d6c4ffaa9 2,479 1.00/1.00 vMB 62
436,115 436,115 00000000000000000441c8f9aa2ed19060baac0ba20856e5b8bb216750d5ff53 2,195 1.00/1.00 vMB 119
436,114 436,114 0000000000000000026ea40a8de2fee1293983910ff10264b2cf2c6e77543365 2,468 1.00/1.00 vMB 58
436,113 436,113 000000000000000001cdd9f059f9b67b9d192c2ba95ca654e0bb1eaed6c23ff7 2,200 1.00/1.00 vMB 99
436,112 436,112 000000000000000001bcef41adf188b971a2116a117dd77dbbd1476ee2069f8c 2,279 1.00/1.00 vMB 54
436,111 436,111 000000000000000003404998c3cd253d4393bcbccd248050da80961214a4a04c 2,318 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.91 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.02 GB
    • Received: 17.50 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.