Loading Tool

Explorer IconExplorer

Memory Pool

47,788 transactions
30.26 vMB
0.09750138 BTC
Random Selection Loading Transactions
Max Size: 161.17/200 MB

Candidate Block

Mining Attempt 2c96271b2c539b518318174480bf342fa8e5f8a168a9b409c7177bfc0b2ec0e3
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root b9990d387eb1ad81a8364d3c8fdcd702cef71abb26061809cc3224fa7eb374d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.03645650 BTC
Feerates: 150.97 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (79,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,501 835,501 000000000000000000014d62d586e4ff3f8e45ccdeae92490cefbe8b3031776d 2,465 1.00/1.00 vMB 11
835,500 835,500 0000000000000000000353dff16ae4413a75d671e7862e0b8706d24e38b9efbb 2,165 1.00/1.00 vMB 14
835,499 835,499 00000000000000000000095c9f947c670399f10407601b5a7aa8a73bd4ebe539 1,191 1.00/1.00 vMB 9
835,498 835,498 000000000000000000016f22594b5cea9e13c21a45f0ea3bc0cd3acb8141c213 2,909 1.00/1.00 vMB 14
835,497 835,497 000000000000000000003af48cb43d24e1b3f828c7377e9bd6385d5125babb12 3,446 1.00/1.00 vMB 9
835,496 835,496 00000000000000000002ffbdde39058c0aebbc6c992a6d604272309a7f37b03f 1,570 1.00/1.00 vMB 13
835,495 835,495 000000000000000000017c2e234bcedb2524b6baf5263eedf3959b21edc34475 2,341 1.00/1.00 vMB 19
835,494 835,494 00000000000000000001c92f8a3d9a7a000fb7c9c3ff7b0e60c81570cd76d3d1 2,955 1.00/1.00 vMB 24
835,493 835,493 00000000000000000000b8c2e528297f778c2296440e94515e1fa953641f16f5 2,829 1.00/1.00 vMB 11
835,492 835,492 0000000000000000000085be26b8ff324a7bc8ec7ef09131bf3b832b62501105 2,324 1.00/1.00 vMB 16
835,491 835,491 000000000000000000034c608e5ac29d23f248629cbd42c5e237312c78b17bd7 2,034 1.00/1.00 vMB 18
835,490 835,490 000000000000000000022936d5f824b67d2565a378811b3ecdda687566b9951f 2,855 1.00/1.00 vMB 20
835,489 835,489 00000000000000000001ed27b190cf1dcc9b2674c41c2334700dbff1e8ccbaeb 2,301 1.00/1.00 vMB 18
835,488 835,488 00000000000000000000dda6633493f0322d6e0a5ce311c8acab75b8f26c7b46 3,012 1.00/1.00 vMB 30
835,487 835,487 00000000000000000001445d41e5597941bf1210cafbb45078c8426cf90e691c 2,219 1.00/1.00 vMB 20
835,486 835,486 000000000000000000011501b32b2814a7c09c7cd9f21bbc7ad849d03f2bcb3e 1,711 1.00/1.00 vMB 24
835,485 835,485 0000000000000000000333ffcc788c604eb45e132fa5f17fa49c9391c0ea0dff 2,829 1.00/1.00 vMB 14
835,484 835,484 000000000000000000007fe72b873965904f3e9e0b6b945ffe1203bcf9a42a6f 2,285 1.00/1.00 vMB 12
835,483 835,483 00000000000000000002a60c08da62e3e6f0ea50a3d0911dbb6cf6b2dbb216f7 2,852 1.00/1.00 vMB 14
835,482 835,482 000000000000000000009b42de3ff9942c7f8d4821151e6edbb5ffe77b7aca2e 1,840 1.00/1.00 vMB 16
835,481 835,481 0000000000000000000082edf402fe84bc50cfc7565de899e0a0896a1bde841c 937 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.