Loading Tool

Explorer IconExplorer

Memory Pool

81,659 transactions
30.37 vMB
0.12762490 BTC
Random Selection Loading Transactions
Max Size: 182.87/200 MB

Candidate Block

Mining Attempt 68558857f07cee79b83be7d0f5d8f340bb42e57b4094fa332859c6be6d0ebd59
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root e2e9c3dabe0e14684eca2b067ccd7d97a428f4c0a8e89a9f87806746a6e086b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,512
Size: 1.00 vMB
Total Fees: 0.04953331 BTC
Feerates: 302.06 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (696,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,275 218,275 0000000000000241a4ed4ef6f84b3bd3e1d7fe618b54dfd1fd5b0248ecd98641 212 0.07/1.00 vMB 110
218,274 218,274 000000000000010a4e14b2887d8c1e81d142f88dab44966718b627498c871291 539 0.23/1.00 vMB 234
218,273 218,273 000000000000030b0cae08fe6f7b238e9adc225d6b42b6afd55457cd3b274410 343 0.15/1.00 vMB 185
218,272 218,272 000000000000054d4719eba22551bca4d7ea63300281c85760116401fb0da017 196 0.16/1.00 vMB 108
218,271 218,271 000000000000025e1a7603269397642e61d1d090231f101252064563b303986c 574 0.20/1.00 vMB 232
218,270 218,270 00000000000003be2f8fabe50d22221ae0092c6b40ed7c02650f74d6bde6d064 147 0.07/1.00 vMB 156
218,269 218,269 00000000000000ecdde807ebe21d0be9df6b3a4d953327d0a75e10b1954756be 295 0.13/1.00 vMB 176
218,268 218,268 0000000000000070600e2ccf5ef94c3a66cd38323b4c687db3ef1691a1b3f0cb 408 0.15/1.00 vMB 197
218,267 218,267 0000000000000523564717757d3c0ba5dc8bed1c144baf2d9fe8c1b175518fb8 356 0.17/1.00 vMB 177
218,266 218,266 000000000000007b7a8ca2f8f6f43572bb0fe4db7eac4f1df8c1b1dcb1760f36 33 0.02/1.00 vMB 146
218,265 218,265 000000000000052baaa75682cbcc86dcb6015156e6d3c893e2a3e5b8dccd6e6a 101 0.09/1.00 vMB 72
218,264 218,264 000000000000009911a5340a1810d00a6485c413ca3b39b529c154ee364279b3 294 0.20/1.00 vMB 116
218,263 218,263 00000000000002a4473a40b9d356ac3b27e5c5e6a1539ad864537dd5ea053804 758 0.25/1.00 vMB 229
218,262 218,262 00000000000003e9f17d6dc2d8f950b1961fc290469dd95ba7f155c99e822ea8 1 0.00/1.00 vMB 0
218,261 218,261 00000000000004f652ccde8b3c5212d3b4466779dcf4dc4a8429fb486a3966e6 636 0.30/1.00 vMB 186
218,260 218,260 00000000000003162254bb2713c7eebf7a12f45d78766ab0b237d014734b6553 488 0.21/1.00 vMB 184
218,259 218,259 00000000000002333cfa4dcebd0006d4d77d31148c1d06c310009dee3205e094 262 0.11/1.00 vMB 190
218,258 218,258 000000000000005aca76665c1b39df703ac8c17678fddbc3f27125c425cdc736 318 0.13/1.00 vMB 197
218,257 218,257 00000000000004f7b934123ec7ef18e6c25f02f8ce4eed966edba6ee4ab7c091 70 0.05/1.00 vMB 138
218,256 218,256 000000000000037e34113b83259f6ff983a1457ea964d86364fef899fc1ebdd8 451 0.18/1.00 vMB 189
218,255 218,255 00000000000001b5f1e9ac3471ac9411c1f0a46b48575c1d068daefb7ccc09a7 598 0.26/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.10 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.