Loading Tool

Explorer IconExplorer

Memory Pool

41,254 transactions
26.30 vMB
0.07449188 BTC
Random Selection Loading Transactions
Max Size: 136.96/200 MB

Candidate Block

Mining Attempt cf95e8eea4654f91de66b7b32fd8c781ff6ad6e1470d524f5e54ad54f019edc2
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 378064ca37efc2ba9a7240dae2b45a253bb634719b8fc67ae6227073a5177695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02642678 BTC
Feerates: 150.98 > 2.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (434,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,724 480,724 0000000000000000009f5fdac17c86e8d72e5da916e4091b9312fdc41a86b549 2,030 1.00/1.00 vMB 258
480,723 480,723 0000000000000000006799f57dc0cc8961ea433ac1f5f88bdfbe912f71f087aa 2,456 1.00/1.00 vMB 259
480,722 480,722 000000000000000000ddb43394c917b7d345fcdb53618e2340645eeed1d97dd5 1,904 1.00/1.00 vMB 231
480,721 480,721 0000000000000000009a838ec4948d26f189b1b50c4ba5cb35124d53e50b69c4 2,117 1.00/1.00 vMB 211
480,720 480,720 000000000000000000dcb113b05a35d5bfa6ec9b4dafe0dda4189ea06bce8a24 2,402 1.00/1.00 vMB 231
480,719 480,719 000000000000000000945d84ed992fd343e0f74eb9f6713a87935384e92a2683 2,526 0.99/1.00 vMB 284
480,718 480,718 000000000000000000a4e56b29deaf42389f658da4a9b45987602fc81a76f2dd 2,668 1.00/1.00 vMB 255
480,717 480,717 000000000000000000db691410dd9c672175b84405dc5afd00566fe3d47dc1a2 2,096 1.00/1.00 vMB 239
480,716 480,716 0000000000000000000772c61f9ae7f75e6b06e8ff8da54387a9a30ac3aaa04e 2,631 1.00/1.00 vMB 287
480,715 480,715 00000000000000000103227fc870b2f1880ac0175d2c6fc2d6a62d55d52f6710 2,394 1.00/1.00 vMB 266
480,714 480,714 0000000000000000011a6f98baa0701b81b1ec0ec8a0eca4aa34295f3f7308a8 284 0.10/1.00 vMB 224
480,713 480,713 0000000000000000010bcde0db6dc36dd15ec0894c6337c0c4bbc1fb60cf8ae8 1,981 1.00/1.00 vMB 223
480,712 480,712 000000000000000000ac3b4b90dbf579cd5ff6bd5e07902008d7e0c913e22851 1,956 1.00/1.00 vMB 288
480,711 480,711 00000000000000000062ab80859a03d2171025c2a08a6489e0a0c6069dd712b8 2,519 0.99/1.00 vMB 222
480,710 480,710 0000000000000000010b7ee0133f5c999a23b8f539b16f1ab68bd86766f5fe60 2,746 1.00/1.00 vMB 257
480,709 480,709 0000000000000000011cc44410208bddfe5dbb48fd761fa36608a03ba376b132 2,049 1.00/1.00 vMB 262
480,708 480,708 000000000000000000453a388525820eaf6687e758e9261c5e2d298327dbf5fe 2,088 0.75/1.00 vMB 278
480,707 480,707 0000000000000000009719904c0880382f77c216beb4e9278459fa33d26a03c6 2,810 1.00/1.00 vMB 312
480,706 480,706 000000000000000000cd38a03ffbd813200988cee3abaddef4414fbb292fdcfc 1,642 1.00/1.00 vMB 205
480,705 480,705 00000000000000000042c0114b4e87c607c2df4546e9296c07ae0030d3f01888 2,391 1.00/1.00 vMB 273
480,704 480,704 0000000000000000011a6aa97a0a63e333311bf61895182cffceb9b875feca03 2,437 1.00/1.00 vMB 260
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.