Loading Tool

Explorer IconExplorer

Memory Pool

46,225 transactions
28.01 vMB
0.08628286 BTC
Random Selection Loading Transactions
Max Size: 148.29/200 MB

Candidate Block

Mining Attempt d94c825ae2bed01ecba0b86f9c6412b1ac4bdd87b2a84d635fd3a60d5aa0fc20
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8a8c94cec0bd9edcb70851b7bacdfe076fc40cf986f3fd235d6e7ff1aabd7699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.03179463 BTC
Feerates: 181.54 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (94,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,328 820,328 000000000000000000013a32e0871e85e40695d8a8f49be01829f35aeaaf0b71 3,411 1.00/1.00 vMB 125
820,327 820,327 0000000000000000000336824d718b8a6c675132b870c8b51cca7a4dd367a43f 3,366 1.00/1.00 vMB 154
820,326 820,326 0000000000000000000215981ddbf33168459ffea2c0ba2b20374dacc5e9db79 3,403 1.00/1.00 vMB 148
820,325 820,325 0000000000000000000389f6197567456872607a433d1dccca32c534b05ec7ad 2,753 1.00/1.00 vMB 204
820,324 820,324 000000000000000000039792bf055dceae5012dd21809d6beb6d19099b8810c3 3,275 1.00/1.00 vMB 156
820,323 820,323 00000000000000000002dab1d8b16260e03a50b1c0d7690ba391398facb1235f 3,594 1.00/1.00 vMB 137
820,322 820,322 000000000000000000009787d049e7f4b5adc02e2821910cd41690c94afee5f2 3,174 1.00/1.00 vMB 179
820,321 820,321 0000000000000000000091dc7854529a8b3848adef571c124583f96d966015aa 3,549 1.00/1.00 vMB 135
820,320 820,320 00000000000000000001479e2e891b2459b91ffdddf22f0f9b3130b56f57d82f 2,991 1.00/1.00 vMB 49
820,319 820,319 00000000000000000001a3037dd6c29dbcbf8f44d6854c00758650e9bbeea2ac 3,313 1.00/1.00 vMB 101
820,318 820,318 0000000000000000000339600bb695dd9f1f08bf86e4e79cc3e38b89093668a6 3,151 1.00/1.00 vMB 43
820,317 820,317 00000000000000000001251307091cf442e9c465dfb76d7e55165a1c247bf7ba 2,557 1.00/1.00 vMB 73
820,316 820,316 00000000000000000002e04c2c5c0cb107780303dd51c16bdb92904ffe91cf20 3,482 1.00/1.00 vMB 60
820,315 820,315 00000000000000000002094778ac18ebd744b788acbedf63dd03a1e5077eb318 2,437 1.00/1.00 vMB 89
820,314 820,314 000000000000000000010815daa30d0aacc6b16b068646bb6b963536873a16eb 3,233 1.00/1.00 vMB 77
820,313 820,313 00000000000000000000e3fe5dec59e18f79d9834c7a5c7611ae32e0fcd0edc9 3,149 1.00/1.00 vMB 168
820,312 820,312 00000000000000000003384dbc7c8592c1a553d966e1e9f677829e90d333ed06 2,709 1.00/1.00 vMB 198
820,311 820,311 0000000000000000000052540702b576abff5e3ca33ff45151eaf0fb7f22f984 3,061 1.00/1.00 vMB 134
820,310 820,310 000000000000000000034fa3d3034746e3c17eb569ee7cfba278ec62367a2222 3,380 1.00/1.00 vMB 95
820,309 820,309 0000000000000000000328eb7ce89a9a3def56b362debe64a145af6bac584ad3 2,542 1.00/1.00 vMB 82
820,308 820,308 000000000000000000039e7e9bff6e2449b7414d4821cb6fec1225ac7ff16977 3,199 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.