Loading Tool

Explorer IconExplorer

Memory Pool

82,473 transactions
31.15 vMB
0.15181070 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 465c3428cc31278cc09be1fb2b836995167ecb8e7c4bbd2bf6ebdffde9da1dc3
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 47c657cd27875dfa8d97122095400b7b83335201515b56d4b937aab87b26dadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,953
Size: 1.00 vMB
Total Fees: 0.05764356 BTC
Feerates: 269.69 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (260,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,721 654,721 0000000000000000000d8eb32baf2cbbd64c8366f87716a00084b833278a050a 1,859 1.00/1.00 vMB 193
654,720 654,720 00000000000000000002e5306e41e9ede65491a71e8eb14f0c605406bbfdf1c9 2,346 1.00/1.00 vMB 205
654,719 654,719 0000000000000000000b8af554a38b2ad400f729b063dee27bc14443a7072004 2,314 1.00/1.00 vMB 188
654,718 654,718 0000000000000000000d5d9af17027f44658ac80bdf1c3f51459174cfcac82ec 1,883 1.00/1.00 vMB 237
654,717 654,717 0000000000000000000767f327fa4a2a16e06fd6b943ab2567e085a3b8ccb838 2,417 1.00/1.00 vMB 227
654,716 654,716 00000000000000000002c92802cfafbe885643e002c2df98936d0028a15a063b 2,959 1.00/1.00 vMB 224
654,715 654,715 0000000000000000000b23b2e96cd7182694bda165bdd356f914937fabbe2a1d 2,376 1.00/1.00 vMB 302
654,714 654,714 00000000000000000002d4c6b185cc81748074c74fcff8ddb3caf4dcf4b940b1 3,175 1.00/1.00 vMB 214
654,713 654,713 0000000000000000000350a0afb64ab5d19e2c86a3b5b93f12439916210b8dda 2,344 1.00/1.00 vMB 293
654,712 654,712 0000000000000000000a01992b5115e165f4a4ab260b4fbed9fbf1d96e325972 2,733 1.00/1.00 vMB 304
654,711 654,711 0000000000000000000bdfd4ceb29cedf65b4802926eac5a500ddfaa1a4d4f8e 2,816 1.00/1.00 vMB 188
654,710 654,710 0000000000000000000023201ecf0160090ae265108490b5898b1a9cda10407c 3,433 1.00/1.00 vMB 214
654,709 654,709 00000000000000000001b6f583a21c9b1e5fbd3395248b073c62b2c41519ad91 1,949 1.00/1.00 vMB 266
654,708 654,708 000000000000000000059507a912e8a7ca4bddebfe69ad43349d1513d8bdcb58 2,534 1.00/1.00 vMB 227
654,707 654,707 0000000000000000000197077448a77b9784dcfdf29eb2084e206b229b6f3848 3,161 1.00/1.00 vMB 215
654,706 654,706 000000000000000000096115e1a8ebe81c8ab6c19c8b4afbfaefee105c36dcad 3,078 1.00/1.00 vMB 224
654,705 654,705 000000000000000000056b40e4226bae8960b1a2deb6e1daedb843e31662a1e8 3,088 1.00/1.00 vMB 271
654,704 654,704 00000000000000000006810f22e7f306fcd99044083a0033fb5adb983714c523 2,879 1.00/1.00 vMB 274
654,703 654,703 00000000000000000005ab885f89aeb149d18f26b0de4f21716f2a345b47c560 2,614 1.00/1.00 vMB 277
654,702 654,702 0000000000000000000b973e239c9dc024fed7cfe0e0413cbc48a871da2e50dd 3,272 1.00/1.00 vMB 239
654,701 654,701 00000000000000000007b92f89345696a7b6db5332a7aa23f32fd37365fde62c 2,813 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.