Loading Tool

Explorer IconExplorer

Memory Pool

82,446 transactions
31.13 vMB
0.12553790 BTC
Random Selection Loading Transactions
Max Size: 187.05/200 MB

Candidate Block

Mining Attempt decaa70abeeb46eeb0ca2c4e19a17e90e9983824ce4d86a379e27988aba45dd5
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root fffe9bc762854fc85a560ea1eaca0f8a7ee0795207121c81b3ac6a90f540fca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,140
Size: 1.00 vMB
Total Fees: 0.05452308 BTC
Feerates: 180.34 > 5.46 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (91,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,581 823,581 00000000000000000001388c7a69519ca0110f55f64da3184de5aaaf3bf8a2e4 1,483 1.00/1.00 vMB 210
823,580 823,580 000000000000000000000db17dc16a22fc3d0d4b0643bd36def6e9db554c034e 1,832 1.00/1.00 vMB 234
823,579 823,579 00000000000000000000aabf0780a399d9002ab3037c7a34527a9c817978595d 3,445 1.00/1.00 vMB 263
823,578 823,578 0000000000000000000180a6d132edf6316fd535f2b46dd6065e127ee896fc23 2,527 1.00/1.00 vMB 231
823,577 823,577 000000000000000000010238c89a7ebd547b73914d8a56b60191b899884619ec 2,140 1.00/1.00 vMB 336
823,576 823,576 00000000000000000003a7b7fe8a377a6237c82acea9b9604f0a4977719ecc73 837 1.00/1.00 vMB 390
823,575 823,575 00000000000000000002d496a6c88a95b64eecfe988b1f3e6e71978fc7511351 1,545 1.00/1.00 vMB 396
823,574 823,574 00000000000000000001a589b9def3b9b7691d0d97dd0c9b1852589e0b550f8f 1,813 1.00/1.00 vMB 312
823,573 823,573 00000000000000000003e1d4bd65c47f0c975917cb3a86d4a8cccee2d6cb3e77 3,271 1.00/1.00 vMB 211
823,572 823,572 0000000000000000000330e1bc479cc63de1d59b86978c89c544f00090b276db 2,017 1.00/1.00 vMB 238
823,571 823,571 0000000000000000000186744550c3675276e4a9d7252b83c03465175cdb8d1b 2,136 1.00/1.00 vMB 297
823,570 823,570 000000000000000000018dc7bb2e3b121e96240fc4f071cd20d81ca6e08a3692 1,735 1.00/1.00 vMB 220
823,569 823,569 000000000000000000037982d3dc8b08aa659e6c06276bc4a6f29a57b7606b51 1,631 1.00/1.00 vMB 349
823,568 823,568 00000000000000000001945c811137993f272f4b57dd3cc71999f9897fe5c8ac 1,688 1.00/1.00 vMB 304
823,567 823,567 0000000000000000000259a38ed58e0d0ba831cdbabd32dbf3fbd6f7b44f9228 3,219 1.00/1.00 vMB 176
823,566 823,566 000000000000000000001da55726e5ed326c27ba2d3c4c08225651920068861c 1,772 1.00/1.00 vMB 309
823,565 823,565 000000000000000000011cced02ddbec9c0871e1e31c84269bf8bd0cb8faecf4 1,746 1.00/1.00 vMB 245
823,564 823,564 0000000000000000000047cc070bc35b6b665a338e1ebcd517bae10b9e585160 2,466 1.00/1.00 vMB 273
823,563 823,563 000000000000000000005eba9a66a50e6120264b5b5e9f315286e0b56fc89505 3,367 1.00/1.00 vMB 184
823,562 823,562 0000000000000000000232bcedc9af89517d8b45f5f3a739f6c36472fe95ecf0 2,501 1.00/1.00 vMB 182
823,561 823,561 000000000000000000038b5ac0f616a9d32f29838b61205a31c1f3a99c4dee1a 2,033 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.