Loading Tool

Explorer IconExplorer

Memory Pool

44,041 transactions
27.47 vMB
0.08361701 BTC
Random Selection Loading Transactions
Max Size: 143.84/200 MB

Candidate Block

Mining Attempt 70972b6cbcb487d6d77fde4fcaf721f0114a079cc95fc761fa6a75d2bc9f7088
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 898d2eed135839dc8c3a9aa8c8f694aa0470dc50b2a8d53d0900eda651673d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.03096131 BTC
Feerates: 151.65 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (387,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,442 527,442 0000000000000000000002d865e52f27af170a3d7b868f54ba55fd462a5ce978 1,470 0.50/1.00 vMB 27
527,441 527,441 00000000000000000021ebdef620afc750f0ee3cd78d6c2cfcc8222391166694 2,462 1.00/1.00 vMB 27
527,440 527,440 000000000000000000128a0dfeef8a4b924dd8d46ea90abad7621c9fc2f91da0 1,553 0.72/1.00 vMB 11
527,439 527,439 0000000000000000000f0e0f90ce9ae8e08f579349191d9bd037b93e14034ae4 2,385 1.00/1.00 vMB 30
527,438 527,438 0000000000000000002829af24d1e0b06d2a8bf7803041a91924c99a185bd07a 1,262 1.00/1.00 vMB 8
527,437 527,437 000000000000000000083e4ed18655aa74547c2574d19acd7855dc542dce73a1 851 1.00/1.00 vMB 30
527,436 527,436 0000000000000000002cbb8e2c13d4c1780c36ec83543ae45631024e4e3b1f52 2,556 1.00/1.00 vMB 41
527,435 527,435 00000000000000000013cc3cee7f9909c798e738b94e0628bfad4f238a250303 1,207 1.00/1.00 vMB 15
527,434 527,434 0000000000000000000595f683fe3cfc0907dbaa998d1e453699748015ae02eb 1,805 1.00/1.00 vMB 35
527,433 527,433 0000000000000000002aa24a7cb7c78fd90f07ca1076391b66e5dce67d732df3 615 1.00/1.00 vMB 42
527,432 527,432 00000000000000000030c28cf0d74be660a6596a0a3ce4b6c54608f0c690c3c8 592 1.00/1.00 vMB 56
527,431 527,431 000000000000000000368bd21f5a65de3e20e7c50ec01d96da21724cf1336b0c 260 0.11/1.00 vMB 27
527,430 527,430 00000000000000000038799ae445bad0876ecd34ff35c528531a376b744c7500 683 0.23/1.00 vMB 29
527,429 527,429 0000000000000000000450c3d4737c125691fd18721b1d07f2d0159b5961ddd7 1,879 0.95/1.00 vMB 23
527,428 527,428 000000000000000000150b68acb0dc44a1d6ca92ac0d4c6c3c4320a9f42b2d39 1,678 0.72/1.00 vMB 25
527,427 527,427 0000000000000000002f4c5b6ab05a1d584d7d3af214c4f96561ee2447335542 817 0.37/1.00 vMB 41
527,426 527,426 000000000000000000261596d20cdaaf9d684a81ba242fb4bfdeaf50942e8cd6 597 0.22/1.00 vMB 24
527,425 527,425 00000000000000000020b1daec13279a28aee01db0d6bfe135bc3035deff46ad 2,462 1.00/1.00 vMB 31
527,424 527,424 0000000000000000001f07b09de6d4dfdefff4323872ef7c16d3816e4d5437ab 1,314 0.77/1.00 vMB 16
527,423 527,423 00000000000000000037dfc0eeda19c4e68c4c3638d396bbd3e1725e4ee1b20a 2,037 1.00/1.00 vMB 14
527,422 527,422 0000000000000000000c9d1cf2ffeeafeb6260146ebedab4eae638b499e53179 1,044 0.51/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.22 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: 654.71 GB
    • Received: 14.17 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.