Loading Tool

Explorer IconExplorer

Memory Pool

75,995 transactions
28.57 vMB
0.06138025 BTC
Random Selection Loading Transactions
Max Size: 170.74/200 MB

Candidate Block

Mining Attempt 2d02bac51fcedfca826f21c55ae71ace38b3642dccf2585a74d308588ac079dc
Version 20000000
Previous Block 00000000000000000001795ad38e6a486d36a6de3a6604bb5c4b74da8b0718e9
Merkle Root 1dee31ed777a80e2821f0ad14237715d5aed6239f6a662d4c852e912276ff0b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,378
Size: 1.00 vMB
Total Fees: 0.00401600 BTC
Feerates: 39.63 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,065 (707,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,594 207,594 000000000000000b2310e816c51bb48abbc3db38a58b1e9c7028cdb522724900 139 0.08/1.00 vMB 141
207,593 207,593 00000000000000ec3d38cff04536aed1d9a08560a9b649a70e9f60a4a13b4fab 441 0.17/1.00 vMB 181
207,592 207,592 00000000000001aba65b15b7adff47298f8a3e2e71aaa9e5b45bcbf5ec4ddd0b 575 0.23/1.00 vMB 194
207,591 207,591 0000000000000300dc1e0336ac9b9e6ae3b8a8f8c2850182106dd03e99c414ac 254 0.12/1.00 vMB 161
207,590 207,590 000000000000040b6073319ad53ab9e451b2f127b7e1c404968c4bc487a6bb8b 212 0.09/1.00 vMB 226
207,589 207,589 00000000000003705242bf5fc54d9f95b2ef3988fe18e08f4fbac16c12c5df97 16 0.00/1.00 vMB 156
207,588 207,588 00000000000001534e7e338e7e57eb728fba2d5de4fd1dd72002b0319b33e403 96 0.04/1.00 vMB 160
207,587 207,587 0000000000000312994ffe55528ba69d5d969ba51db152d393b96f808f9aa566 30 0.02/1.00 vMB 90
207,586 207,586 0000000000000341ff7c378c78f9725133b2defe8c098091cf874ab28453eb7d 267 0.12/1.00 vMB 154
207,585 207,585 000000000000039216d8d7de54caedcf91b1271125f21f99430a34c6f3d44d1c 31 0.01/1.00 vMB 92
207,584 207,584 00000000000001903533243bdd58dcff7b3d7b9568539abe87e44db370417891 39 0.02/1.00 vMB 183
207,583 207,583 000000000000032a3a752ac2adaace96420a205bb8d41476aba4631e73a673b7 219 0.10/1.00 vMB 126
207,582 207,582 00000000000004846082173e0dbf99de0e6a22557e612b2c28ce9fca9d5dd7c7 81 0.04/1.00 vMB 157
207,581 207,581 00000000000001aa20fd00edc3e1c2c7823874b0c834e1a4d5d99b694b8164aa 274 0.18/1.00 vMB 97
207,580 207,580 000000000000039eee9302de4e73045734bb726c98776b371c2d67e1848bd8cd 191 0.08/1.00 vMB 168
207,579 207,579 00000000000001167630bce67519836042a2916594632c1992e5308daba571c9 127 0.07/1.00 vMB 102
207,578 207,578 00000000000000bc40c4ac0be9bebc59fb15223c0aa9259536e13c074fca8a9c 319 0.21/1.00 vMB 132
207,577 207,577 000000000000012c2847ab7d9446d0ed83fdf1340bf7b27f8b3bbd7317419542 122 0.05/1.00 vMB 44
207,576 207,576 000000000000013750ed9afc1288c6f1e27a9622aba80d03f744cb6f299d88b6 195 0.09/1.00 vMB 135
207,575 207,575 00000000000000c81ea2df2605415643dfe3c3bf04fc7742bf4c637a055de1dc 389 0.21/1.00 vMB 164
207,574 207,574 000000000000018bb33eed28a94d1b240f810f7c52c47f3c7c41755d1692d649 302 0.13/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.51 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: 668.48 GB
    • Received: 15.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.