Loading Tool

Explorer IconExplorer

Memory Pool

35,369 transactions
25.85 vMB
0.06819154 BTC
Random Selection Loading Transactions
Max Size: 131.54/200 MB

Candidate Block

Mining Attempt 26620a2c802d97713e5e57170ca901103c92d764d9939bdbc92644713dca387f
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root a7b9ba035fb3b285a00f464b612023bf7f136a63fec72096c44428b9777ebe33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,317
Size: 1.00 vMB
Total Fees: 0.02087093 BTC
Feerates: 150.77 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (96,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,336 818,336 00000000000000000000d4cc4469d0fe58353688c13e2eb873252faf5dab8f65 4,706 1.00/1.00 vMB 49
818,335 818,335 00000000000000000000b03effab300ecd510f6560684e8d52bf1ed2f9895378 3,075 1.00/1.00 vMB 68
818,334 818,334 000000000000000000016304bd8144d860718b9c00e629dd894aa1b05ee5ab63 4,063 1.00/1.00 vMB 44
818,333 818,333 00000000000000000001ffbcf8ca799c8a70f6e1e4364324c559389f73eac755 4,568 1.00/1.00 vMB 42
818,332 818,332 00000000000000000001c37c2a3744ab05e1715e5157b26a3bcf1625a6afa47a 5,534 1.00/1.00 vMB 36
818,331 818,331 00000000000000000002b7c71f175beeed53c7aac67a939206fc8fa8f9e6e1a2 4,527 1.00/1.00 vMB 43
818,330 818,330 000000000000000000042e437c05146a53a56c9907cc06848014d3364b05f88a 3,052 1.00/1.00 vMB 60
818,329 818,329 0000000000000000000116789c3568ac17d1d8713d37aa5ac25dc9d04679e297 4,172 1.00/1.00 vMB 41
818,328 818,328 0000000000000000000245ed772ef3a30bfffb5a6e7ca9ac3fc406672831b7d8 3,027 1.00/1.00 vMB 48
818,327 818,327 0000000000000000000220ff4570c97f351c1ad2c4c4c5f9ee2ab62fba90a2a6 3,605 1.00/1.00 vMB 63
818,326 818,326 000000000000000000017ce169db5768da07420f6fca420caffcb435591c58c7 4,393 1.00/1.00 vMB 49
818,325 818,325 0000000000000000000439506e9dc19ff12994089d04a374e4f20fc24d5f8f71 2,724 1.00/1.00 vMB 61
818,324 818,324 000000000000000000025d8b92fbd44642d4f6845be725ecfcf9f1fb6dbd57d5 3,606 1.00/1.00 vMB 32
818,323 818,323 00000000000000000003fc780383f19d237ff4aacb1c9741532a9ea797183ce7 3,442 1.00/1.00 vMB 45
818,322 818,322 00000000000000000003a0d7b0a9f2b3740f3cb5f037e70a1df66312c8c93c46 3,877 1.00/1.00 vMB 46
818,321 818,321 000000000000000000016d79a8019cbe9ded274139d777a996d1a31085a222a7 3,884 1.00/1.00 vMB 42
818,320 818,320 00000000000000000000673deb5766a0d357b28d8c328d49eef1649e703f6033 4,683 1.00/1.00 vMB 37
818,319 818,319 0000000000000000000003dc8f0531bf46d563cc9344e8ffc6f27c1a6365d7c6 2,947 1.00/1.00 vMB 49
818,318 818,318 0000000000000000000127d0988a26e4441e9d749cde48815ff003a051a95b0f 3,698 1.00/1.00 vMB 37
818,317 818,317 00000000000000000000203491ec147ef8a4b3d876d0d9eff3769812aba16a8b 3,173 1.00/1.00 vMB 56
818,316 818,316 00000000000000000000a4b73766e86c078f51fd893d427ba9459adf75d73455 4,332 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.