Loading Tool

Explorer IconExplorer

Memory Pool

30,567 transactions
27.54 vMB
0.05988799 BTC
Random Selection Loading Transactions
Max Size: 134.49/200 MB

Candidate Block

Mining Attempt c8b2e195909f1336a53ae90dea5cea6ef027648cd88b384b5f7b05496a3d5bba
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root e1c80654876d1e4d8878e23f3b8ef7a80fa26cb2369dd47f6985d5904b5d816d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,929
Size: 1.00 vMB
Total Fees: 0.00764475 BTC
Feerates: 70.32 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (440,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,207 474,207 000000000000000000a1a6e977e9050df52e0e4cd6bd0dc17a5a5f86b956ad5c 1,288 1.00/1.00 vMB 82
474,206 474,206 00000000000000000139d4d384f190c986344c841a0ed9ae91b11bd08de67b57 2,332 1.00/1.00 vMB 262
474,205 474,205 000000000000000000dc47cc80f16d9b4c87cd426437737b95821f85e3e32bc4 1,359 1.00/1.00 vMB 91
474,204 474,204 00000000000000000058564769592ec393580b30542ed06c447a0b7b26b34ef8 2,388 1.00/1.00 vMB 99
474,203 474,203 000000000000000000abdb6a04bac11e01f164ed4b78ddc30e962a6a65e049cc 2,229 1.00/1.00 vMB 310
474,202 474,202 0000000000000000008982c0525bb88987589d288f4b5ed327518c35d9aa94a4 1,913 1.00/1.00 vMB 115
474,201 474,201 0000000000000000005480ec1c433ed69847f5b8935f8ed973942a6a9fff298e 2,013 1.00/1.00 vMB 283
474,200 474,200 00000000000000000052aea26a7dde0ecd628d5176a073db3c95b49bec01cc1d 2,238 1.00/1.00 vMB 260
474,199 474,199 00000000000000000111d9ce5d964106a75ec457128005912312fb3c36071f70 2,189 1.00/1.00 vMB 350
474,198 474,198 0000000000000000017da4d1fef76f311b35d89172bd19390f7407df041a6314 1,988 1.00/1.00 vMB 202
474,197 474,197 0000000000000000002f3b9e898d9e138e5306d9efade38e8f2169904374d529 1,641 1.00/1.00 vMB 291
474,196 474,196 000000000000000000696eeaa963a175f15bfe483e7c58b6f17aa31d4ecba1af 2,244 1.00/1.00 vMB 384
474,195 474,195 000000000000000000bdf617beb803ef9c45fd41fbbd53d6b02cf792a68565a3 1,785 1.00/1.00 vMB 414
474,194 474,194 0000000000000000012bdb9a056e2aef691043c7c02a97309d0c88dcd1df437d 2,280 1.00/1.00 vMB 376
474,193 474,193 00000000000000000142d9a78c0097f291a028006056d3958b987bbb2ce4c391 1,535 1.00/1.00 vMB 239
474,192 474,192 0000000000000000012697458f7647988b56512086d67ad5b9602035c648e1f0 1,717 1.00/1.00 vMB 380
474,191 474,191 0000000000000000014a29f61be51fa9972410ae0b0936e24cdcbc0702222797 496 0.29/1.00 vMB 52
474,190 474,190 00000000000000000032f070d45eb223734a96d5183b575c1a299f85dde316e0 1,066 1.00/1.00 vMB 79
474,189 474,189 00000000000000000026dbe946a82c690eeba20dbe2387b234b95347d4c1e670 1 0.00/1.00 vMB 0
474,188 474,188 0000000000000000016f33d44781735c2b34d5019b4b86cf4f187146537c5d4b 1,496 1.00/1.00 vMB 207
474,187 474,187 000000000000000000fb537f20f4e625476052f4caa2e7ebc10470ed00a2b4be 1,670 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.57 GB
    • Received: 11.23 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.