Loading Tool

Explorer IconExplorer

Memory Pool

80,871 transactions
29.65 vMB
0.12430625 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt da0237ab32c105affcd7d64659205a2ca2ba841a4a7c0cb1a713c6d1e0fb5220
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 148b6a5be8ae494bd1bc903a6ff34195d9ea5fee7c514c309176fca393d6e1a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.05876276 BTC
Feerates: 151.07 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (282,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,550 632,550 00000000000000000009d1a0adf4656f57278f8da7010fb2015e7ca5f522e8e1 1,581 1.00/1.00 vMB 60
632,549 632,549 00000000000000000001bae1b2b73ec3fde475c1ed7fdd382c2c49860ec19920 2,204 1.00/1.00 vMB 97
632,548 632,548 000000000000000000052c5dcee8f3bacc159dc8467b2ba1681c0c495ebd3720 1,837 1.00/1.00 vMB 27
632,547 632,547 000000000000000000065acb3ff67ad4f7b6a1301fe47f3b56338e794be76e89 2,565 1.00/1.00 vMB 11
632,546 632,546 0000000000000000000c3b5767fc640e3a392877b17977c556b5e4b43040ae6a 2,375 1.00/1.00 vMB 66
632,545 632,545 00000000000000000006bdb842ed2e1078fc385092f73f217a54ed36e1a3880a 2,422 1.00/1.00 vMB 61
632,544 632,544 0000000000000000000cde9932d1d4f4b824cf47eb14eebc51009bffb440801e 1,808 1.00/1.00 vMB 43
632,543 632,543 0000000000000000000b5257e3421e3a659c775da63560a16b751b3f577c204f 2,662 1.00/1.00 vMB 84
632,542 632,542 00000000000000000006f97744fdc9b29cadcb6df0a8ac92cbc732304c96a455 2,760 1.00/1.00 vMB 123
632,541 632,541 00000000000000000008fa85777195a7b9fa8462cf4f1b99a91c239051fa3002 1,507 0.48/1.00 vMB 4
632,540 632,540 000000000000000000126235eb560e9dbd5e8e0663c29886dd0c72d0e278b1e5 2,753 1.00/1.00 vMB 68
632,539 632,539 0000000000000000000be247a6d7541d487c48762b98a80ac4cdb28af73d61cd 2,067 0.86/1.00 vMB 14
632,538 632,538 000000000000000000072d3f4f1919378c0b5440c36fa60fda0b9f7590a72032 2,786 1.00/1.00 vMB 19
632,537 632,537 0000000000000000000082d89e19cf7626fcdd5a5f7794c1152755806eadd9a5 1,677 1.00/1.00 vMB 54
632,536 632,536 0000000000000000000b675488539cee0e2298a66c70f5b61d8e986f41835a6b 2,622 1.00/1.00 vMB 81
632,535 632,535 0000000000000000000bab5a9f867f368685750427e1b97bed6921680f8a8187 2,319 1.00/1.00 vMB 102
632,534 632,534 0000000000000000000e06d7af3b2c3e4dedce5592d2f17fad2661707e89f5ce 17 0.00/1.00 vMB 47
632,533 632,533 000000000000000000072ae530a90fa3690c7565a46291bf58faf20ad79a4b57 2,144 0.83/1.00 vMB 58
632,532 632,532 00000000000000000007f19244a2459b53c12bbb7ea9d892585a4d790ab990a9 922 0.36/1.00 vMB 4
632,531 632,531 0000000000000000000bbd960ac981552c549e40a61c4f958d9477326688bb97 2,123 1.00/1.00 vMB 33
632,530 632,530 00000000000000000000563bd834b55f45d8a10871d9d82f67c099b293834dbd 2,379 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.