Loading Tool

Explorer IconExplorer

Memory Pool

14,985 transactions
9.29 vMB
0.01859229 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.90/200 MB

Candidate Block

Mining Attempt d5137658e125242e4e3d69836b43746dfe3e30770ed9b2566953c8346dc93a05
Version 20000000
Previous Block 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480
Merkle Root 6ce8f1ba0aadc5882b7e68a77f5aaaa7bc69a3b2ae12d8472ff2eda32df57228
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,910
Size: 0.99796625 1.00 vMB
Total Fees: 0.00463401 BTC
Feerates: 150.92 > 0.46 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,626 (717,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,528 196,528 00000000000005e70be962441bfd9b0a4e701494941eec4ca52dc033dd7a1c83 202 0.11/1.00 vMB 86
196,527 196,527 000000000000025cf30e895d5ddc36f6c1062eb76d4823f0b3ec4d447b3ba0d5 31 0.02/1.00 vMB 151
196,526 196,526 00000000000006d3bf42e011cd2fedcdaa8a80b4e82d3a783b5f5947d4da7bab 676 0.23/1.00 vMB 160
196,525 196,525 000000000000042fcd359e813365ee9159708e8b5bcf860564bd4d01059a1ef3 487 0.25/1.00 vMB 106
196,524 196,524 00000000000001d4710e66a7fa00c31f2171de3e2ddfd6ab8bf9ae6564b158bb 140 0.05/1.00 vMB 133
196,523 196,523 00000000000005c97d17527af29a6917b5f87e99523a935a917bd75eff9cda9d 512 0.19/1.00 vMB 211
196,522 196,522 000000000000037149aa43ebe0681205515ae306d3acf4339e01043cc7779988 85 0.04/1.00 vMB 189
196,521 196,521 00000000000004526ab48c19842977f9e7e480a7a96d54efa9e3e7a929c76bfa 124 0.04/1.00 vMB 85
196,520 196,520 000000000000017998036fefb1832c8325e23725b1c49910eeb01cba20bbffff 512 0.17/1.00 vMB 178
196,519 196,519 0000000000000520b5551519949372dfebe8b5723870fc345a9088c16bf127ff 126 0.05/1.00 vMB 102
196,518 196,518 00000000000003418c128af56e82955bdc9a660a2d5ee8552a9ec1af147b2200 134 0.05/1.00 vMB 139
196,517 196,517 00000000000003b36ff673822be94cf682c8d26cfa1e1a865d4f77657273d811 194 0.06/1.00 vMB 157
196,516 196,516 000000000000013448a2ed78c3fd90b3c2456be47d6d0fd0940268d2b2641a6e 512 0.21/1.00 vMB 104
196,515 196,515 000000000000012adbd0de92cb3c1559967ed206be7b147ad7cdc5e4c48dbcf3 1,024 0.40/1.00 vMB 35
196,514 196,514 00000000000001113c8a5cf71378e7e385db576f11cd7fedb8a891c9c787fa17 421 0.16/1.00 vMB 168
196,513 196,513 0000000000000119599ec174f49282c62c54c05fbfc75b2d9c044e0fdde2197b 1 0.00/1.00 vMB 0
196,512 196,512 00000000000001afa29e32cf01d277fcce46d7f00b07a8e083afdd3f7a2678ef 273 0.11/1.00 vMB 268
196,511 196,511 000000000000024bfe4cd9be61cf423c1b907bab83cf361e4715ac54f2e46238 57 0.03/1.00 vMB 70
196,510 196,510 00000000000000c1637f5f281189e2f3fd7bb518b828f28033ab7ba091737584 446 0.16/1.00 vMB 178
196,509 196,509 000000000000019b3d4054d112ece4a1c6aaa9943f25359ccf724b67e1f6635c 511 0.23/1.00 vMB 171
196,508 196,508 00000000000004cb23cd0087e5f970cdb168a62e7d3fb705bc060132b5c4440c 267 0.14/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 779.95 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: 467.00 GB
    • Received: 2.85 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.