Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
29.54 vMB
0.07103853 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt dc3657f71a0c31a4dd82d7cb3ad2abb95cb0fcba82c3b47acc9ef0ef7cb866fe
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (81,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,479 833,479 00000000000000000002597c413f11f5ec32fb0fa2c85592f33a1e9a1e1c434d 2,788 1.00/1.00 vMB 23
833,478 833,478 00000000000000000002473c10343822fb4bbc833a7d16838cc2a3304f71a927 1,982 1.00/1.00 vMB 46
833,477 833,477 00000000000000000002715e5eb5e6e103f319a218906dda8d6b0f4f9b51cb4c 2,939 1.00/1.00 vMB 41
833,476 833,476 00000000000000000000474ed4f1e6cb4cc555650ac38c2bda52d9d22395bac8 1,648 1.00/1.00 vMB 21
833,475 833,475 00000000000000000002863014d25b58900d654b8f42077ba10abe5eaddc382b 2,551 1.00/1.00 vMB 27
833,474 833,474 00000000000000000000de5fb2d063b9a415e2cfaa0b1e937535b2501e3480c8 3,513 1.00/1.00 vMB 35
833,473 833,473 000000000000000000024b0d66daa2f83338233baf76c93be2870324e99f7c93 3,011 1.00/1.00 vMB 24
833,472 833,472 000000000000000000033c4953f54fcbaa6e9e8f2949f301a89b5e12a971206e 2,779 1.00/1.00 vMB 46
833,471 833,471 000000000000000000028c3658bd8f18ff215160760f7b721bca993499b7d663 595 1.00/1.00 vMB 15
833,470 833,470 0000000000000000000203042648d058889da178babe12451fd2b24f451186fa 1,285 1.00/1.00 vMB 17
833,469 833,469 0000000000000000000386fff7c3cba931f2d23e2618cf1f51a5bc6afcbcdbb3 3,197 1.00/1.00 vMB 44
833,468 833,468 000000000000000000034f97536c5a20a718c7a796a40000b0c0474094c17679 1,412 1.00/1.00 vMB 20
833,467 833,467 00000000000000000002846af0f18f5fc06665c156a04e62f605486d156cd565 1,983 1.00/1.00 vMB 26
833,466 833,466 00000000000000000000776804f8b4f9ee38b373de1f08e2efb54fabb504fe88 1,862 1.00/1.00 vMB 19
833,465 833,465 000000000000000000037e7f6262486a8011b3e8f1427a5ac89a2d3c562b6a41 3,267 1.00/1.00 vMB 25
833,464 833,464 00000000000000000002cd2d710a27de464fa07fc00b1a89752e22baa2758803 2,697 1.00/1.00 vMB 25
833,463 833,463 00000000000000000001a576e21315079c4c3a591ff2ee12bcfdf9970ff3ea87 2,535 1.00/1.00 vMB 46
833,462 833,462 00000000000000000001829ca41136ae5075f54d1f1583363726160a0493d81c 2,362 1.00/1.00 vMB 28
833,461 833,461 000000000000000000011c7cbd0c3ce44d873752c0782a2e72a92e0c76dd5da7 2,939 1.00/1.00 vMB 27
833,460 833,460 00000000000000000002ca95ed418c2304e9ddbc9c2759a9b8a1524afa44386a 1,781 1.00/1.00 vMB 39
833,459 833,459 0000000000000000000351cb328a6c10b288a3540b6208d7667efcd24b0c5189 2,038 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.