Loading Tool

Explorer IconExplorer

Memory Pool

82,011 transactions
30.46 vMB
0.07908015 BTC
Random Selection Loading Transactions
Max Size: 186.97/200 MB

Candidate Block

Mining Attempt f7de6727281588b43e48f4c6cd3fcf8f9784ca48c83219dda7eaf36d2fac94bb
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 4f4d0fa275b838479b256fba4fd967629a69f0a8ae25dd04daafcb46aed6a962
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,803
Size: 1.00 vMB
Total Fees: 0.01080481 BTC
Feerates: 72.50 > 1.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (434,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,549 480,549 0000000000000000002173e883b80f6a4bd53fc9541e17a6ad1075912647cd39 2,825 1.00/1.00 vMB 302
480,548 480,548 00000000000000000122a7314ff42964bae3b9cdbeba8408e190f3fd3b8be316 2,447 1.00/1.00 vMB 297
480,547 480,547 000000000000000000d76cb573ec938ff91d1e3501ab386d80dcacdcea3c06e9 2,534 1.00/1.00 vMB 260
480,546 480,546 00000000000000000052fca516261b65a8a455f35f4c2f867acfb08069def3ec 32 0.01/1.00 vMB 567
480,545 480,545 00000000000000000071e8a1424fa9deea59dee03d8195149b7e21f596ce737d 1,963 1.00/1.00 vMB 205
480,544 480,544 000000000000000000d0109fbb0662dcd194fcc9bd1e5371173c07283048cb03 1,447 1.00/1.00 vMB 201
480,543 480,543 00000000000000000112aad9c66e5ca3b5a813b9104beac53b7b7a229d12ead1 1,738 1.00/1.00 vMB 221
480,542 480,542 00000000000000000069c18be94bcf59434526eac4e4781ca2e3642c9b1ced60 2,825 1.00/1.00 vMB 219
480,541 480,541 00000000000000000074808651eb2736d32e9ab5237c759c5b48ae72a9466a8b 2,669 1.00/1.00 vMB 229
480,540 480,540 00000000000000000052eee7b08d87dc197f2445c8e86ad06a30e42578e98c81 2,212 1.00/1.00 vMB 260
480,539 480,539 00000000000000000049eef55d1f30fb2f32a977733897cf3b55e6f8329b58dd 2,838 1.00/1.00 vMB 268
480,538 480,538 0000000000000000004cdd7d292088181685a489dba6858ba2a72a8e31025c7e 2,347 1.00/1.00 vMB 320
480,537 480,537 000000000000000001168dec8a5d9120be250c998f54eca0ed2063e31a1b0d6c 2,531 1.00/1.00 vMB 281
480,536 480,536 000000000000000000ee49ebdbb524579d49ae74b025b12e27ce5da44cea70f8 2,336 1.00/1.00 vMB 208
480,535 480,535 000000000000000000c099bd24ea534cdaea113c32787aefd9ba5bccbfa3f381 2,800 1.00/1.00 vMB 299
480,534 480,534 000000000000000000942f2a37e0ff9bf980c62a0a9a6c988a08fcb8febd275e 2,645 1.00/1.00 vMB 234
480,533 480,533 000000000000000001129bc335ac42122e5a50576806250951e72e5b80066279 2,506 1.00/1.00 vMB 302
480,532 480,532 00000000000000000026da2f9684e5b93b116aba6846d23b3f1ee1ecc14656a0 2,791 1.00/1.00 vMB 276
480,531 480,531 000000000000000000908620eff909cce74243167fdc4606a9bbcb97271fbd1d 1,579 0.75/1.00 vMB 240
480,530 480,530 000000000000000000df5216607c5ff204fc0e7a84486fcb606bdb5ad4ccd77f 2,262 1.00/1.00 vMB 226
480,529 480,529 000000000000000001208d127f4458ed7885bb2e69e2257535cccd72b6797868 1,726 0.75/1.00 vMB 281
Previous 10 blocks ↓
Total Size: 783.02 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: 719.19 GB
    • Received: 18.02 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.