Loading Tool

Explorer IconExplorer

Memory Pool

75,335 transactions
27.75 vMB
0.08001037 BTC
Random Selection Loading Transactions
Max Size: 169.40/200 MB

Candidate Block

Mining Attempt 5b8a0d579646b487d0ccae3c587d39e4e00ba677358f17aeb4cb37628e87a7fb
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 660265cd2b85e4b7f750115c8736224a2a1104d360435d1e3f731e1e18d8cff9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.02068941 BTC
Feerates: 106.68 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (63,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,607 851,607 000000000000000000027d730609b32657c2be5e40ac985c454fef1fb50f6795 2,354 1.00/1.00 vMB 6
851,606 851,606 000000000000000000032497e9ed03bb59b38a527ae641a86725f9510ef729aa 2,963 1.00/1.00 vMB 12
851,605 851,605 000000000000000000003a4c1a426c026c9f30ae38850e9db3901afd34de1d03 3,491 1.00/1.00 vMB 16
851,604 851,604 0000000000000000000372ff12c4a3aebcc27738e92467bc1406925d01963fa8 3,145 1.00/1.00 vMB 21
851,603 851,603 00000000000000000000b7aa70153455ada5136a9f9eb359593f85b3dab4b30b 2,740 1.00/1.00 vMB 9
851,602 851,602 0000000000000000000270aade7127a1890c5a0092279de484625d948a4cbdf7 3,470 1.00/1.00 vMB 12
851,601 851,601 000000000000000000033182f3c881df668716dddbb80c1809a40028cc5ec170 3,431 1.00/1.00 vMB 21
851,600 851,600 0000000000000000000191c86e9081a3d43aaea79baf7588ecdb5d7c69840a6f 6,717 1.00/1.00 vMB 5
851,599 851,599 00000000000000000001a5abfc4e4720e924b8acc8dcf4c7e7913eb5427befa4 6,101 1.00/1.00 vMB 7
851,598 851,598 00000000000000000002aed5d98a091921c989994603834f29688124cc1ff52e 3,315 1.00/1.00 vMB 10
851,597 851,597 0000000000000000000147c811ac82e9365d9083d55bb016e5496101e995fa54 6,605 1.00/1.00 vMB 7
851,596 851,596 0000000000000000000223a251a07a9ca2c6dbe26edeccd2a581720dbe9d5445 5,885 1.00/1.00 vMB 9
851,595 851,595 00000000000000000000ba864a5b97ac732ee45c3c293a3c0b395fdab20b0680 3,685 1.00/1.00 vMB 7
851,594 851,594 00000000000000000001682a8eacaaaabb8a27ae828fa8c14343d9815cf6402c 3,091 1.00/1.00 vMB 9
851,593 851,593 00000000000000000003726c2cd24df3d32eb8c7aff99e4c80e74f5701993ca0 3,452 1.00/1.00 vMB 22
851,592 851,592 00000000000000000000bbcb5b3bdc822fc3d4856574bab4c3d67e9dd3d7cfd3 3,059 1.00/1.00 vMB 22
851,591 851,591 000000000000000000015fdd580c947218ee72682eca70d2b93a73dfd89d3310 2,758 1.00/1.00 vMB 14
851,590 851,590 000000000000000000011d53b35c85252c095f554f35aae4ed5184e7e19e028a 6,245 1.00/1.00 vMB 8
851,589 851,589 000000000000000000005f387017cf3f04cb4c4d250602e25781edf6f86c4404 4,483 1.00/1.00 vMB 6
851,588 851,588 000000000000000000025cdeae08ed0145c90d6960d52d61221f9acfc8303ed0 2,512 1.00/1.00 vMB 16
851,587 851,587 00000000000000000000204fd6bec81a40d7467af10617d1013b3a7860d4a050 7,717 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.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: 712.49 GB
    • Received: 17.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.