Loading Tool

Explorer IconExplorer

Memory Pool

78,774 transactions
29.46 vMB
0.08329601 BTC
Random Selection Loading Transactions
Max Size: 180.37/200 MB

Candidate Block

Mining Attempt 7b150df5a5792489932214904846b1b311dab3922dbdb469cdf00eea6c56825d
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 180a849d080a936ca927242b8a33e1fe905801ea512184cc19c3a5b05353e5e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.01850616 BTC
Feerates: 301.25 > 1.85 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (448,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,796 466,796 000000000000000000b54fb1c59653fda7bc943890ce1fa21cd7edc28b6c1e9f 1,656 1.00/1.00 vMB 267
466,795 466,795 0000000000000000004af1a6cd49ea135a7fd735f28397bd94fe623e77cf7486 2,071 1.00/1.00 vMB 325
466,794 466,794 000000000000000000bb205830291ea84c93adaf20b51c30fcc2d6a81ef91edd 2,327 1.00/1.00 vMB 450
466,793 466,793 0000000000000000006154f908cfe245a650e67d6c2d4f32f64ee4b50cd144eb 2,205 1.00/1.00 vMB 319
466,792 466,792 0000000000000000004b9fa125b231cfa262d618e98aa404a3008d3573ac7260 2,436 1.00/1.00 vMB 385
466,791 466,791 000000000000000000bda803ba6a4d47d49970590cf94a955dfafa7a7c3b9b1d 2,372 1.00/1.00 vMB 391
466,790 466,790 0000000000000000004ba50503695ca2142a4e42749eb554df0a7b7506003eb6 1,398 1.00/1.00 vMB 490
466,789 466,789 000000000000000000e48ea9b3a0ed72d452ecc7b97e51a21777a652cf7fdaf4 2,264 1.00/1.00 vMB 332
466,788 466,788 00000000000000000170e41caf1a3499d3a173b43661fc473d3ac28de726008d 1,970 1.00/1.00 vMB 323
466,787 466,787 00000000000000000031b52cb455f0cba3a058cd0ac590c1a49122a8507c4717 3,060 1.00/1.00 vMB 236
466,786 466,786 0000000000000000000577bb77a496d39ddc401d5745f41b631b7712ebc25969 1,160 1.00/1.00 vMB 222
466,785 466,785 000000000000000001f63de63f320eea2d4281f4a06fa4f485128308db6d2d45 1,788 1.00/1.00 vMB 246
466,784 466,784 000000000000000000914e0e1d2bd676cc276f231eeb88b39ac056c37f96f65b 1,654 1.00/1.00 vMB 391
466,783 466,783 00000000000000000030136983174592c29ff54ef4681d9ced87b01d32903994 1,929 1.00/1.00 vMB 305
466,782 466,782 0000000000000000019460f7a17d5d8d79f9874c9e82d39a703205ccb7fbc665 1,784 0.93/1.00 vMB 243
466,781 466,781 000000000000000000a5c1e0822d4233782a5f8d85b829f8969e03d3d1b4708d 2,747 1.00/1.00 vMB 302
466,780 466,780 0000000000000000005aae243cdfc6c9b0f32eefe16b4f0d57500dd6478a137b 2,324 1.00/1.00 vMB 343
466,779 466,779 000000000000000001e5507a99469d30d7afd7089f912271740636e844c8a73a 2,178 1.00/1.00 vMB 359
466,778 466,778 000000000000000001779e749e3ddf43764af7f18c00b39a62e97ed3c429c4b2 2,305 1.00/1.00 vMB 289
466,777 466,777 000000000000000000a1b2f9cdcbba9849851f337f991f679c65db4924acf279 2,218 1.00/1.00 vMB 294
466,776 466,776 0000000000000000011000ab9222a7af6eb8a1d0649038df3e6f3d57d4f48fff 2,093 1.00/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.