Loading Tool

Explorer IconExplorer

Memory Pool

44,597 transactions
28.47 vMB
0.07912595 BTC
Random Selection Loading Transactions
Max Size: 150.38/200 MB

Candidate Block

Mining Attempt d52bbce8844991804eff72d0653850c042ff29c89bb655644130ec32a0aeb7f1
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (310,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,679 604,679 00000000000000000015aab2576d9465b2a6f13d564c03fa78cd3b0ddcbff61c 2,947 1.00/1.00 vMB 20
604,678 604,678 00000000000000000008db9bb6dc7eb6d4fd8604594cb46ee3988102af97702b 3,024 1.00/1.00 vMB 22
604,677 604,677 000000000000000000160958dbf9c056efa71ae740d14d3821406b5a4ff8bba9 2,635 1.00/1.00 vMB 14
604,676 604,676 000000000000000000125ce7694efb3ef40213e1300742cc6a2242a39526dbe1 832 1.00/1.00 vMB 5
604,675 604,675 00000000000000000004ee7f906786ff77c0a56185edae146effa89e682a9b44 2,554 1.00/1.00 vMB 10
604,674 604,674 0000000000000000000b501dafcb2bb530e02c4f8a826a966e6ffdcfbc77c580 2,874 1.00/1.00 vMB 20
604,673 604,673 000000000000000000117a5c9fd55c36c5dc698f71ca69cdfcba64cabe05401d 2,348 1.00/1.00 vMB 10
604,672 604,672 0000000000000000000fbd675e17efd3a3f44bfc9a542479605b811ef84eb9b5 3,007 1.00/1.00 vMB 11
604,671 604,671 0000000000000000000c1fdf93f8dc8dc08b775aadc09394e2e30757959c9abb 3,261 1.00/1.00 vMB 32
604,670 604,670 00000000000000000013f2ada43630c0d5b49f657c8d49cb2757d00436c45313 2,263 1.00/1.00 vMB 16
604,669 604,669 000000000000000000093c9e253902b7b99b316f271f7c26423ec4072467eb21 2,784 1.00/1.00 vMB 32
604,668 604,668 00000000000000000005414a2a99698661ea23a5df0f703283f9e3d58d8cb6bb 3,495 1.00/1.00 vMB 34
604,667 604,667 00000000000000000008c9291248ba9adb0d1e2f6dfc3d502d0fc56fec1172c3 3,350 1.00/1.00 vMB 28
604,666 604,666 000000000000000000042ba51197738913f01f53b78475b05940b00551d3862c 3,158 1.00/1.00 vMB 17
604,665 604,665 000000000000000000009fde7acdbf247a3b3c92f807b29d1a0a3585edc9345b 3,040 1.00/1.00 vMB 26
604,664 604,664 0000000000000000000b4b2be48b5f4f7cb64af5b994b8480ee4e2008a6d9492 2,977 1.00/1.00 vMB 39
604,663 604,663 000000000000000000135d2e191626d4a87219b34f07673a36b512236ab3a99f 2,622 1.00/1.00 vMB 13
604,662 604,662 000000000000000000087f51fce58b2c6a07fc417ed0d7f17ea3a86e504ee6ce 3,172 1.00/1.00 vMB 29
604,661 604,661 0000000000000000000aa8735317cc8739efc1ce605f2585c17c8eb74b8f140e 2,772 1.00/1.00 vMB 44
604,660 604,660 000000000000000000028e9ed747d977c537c1963efa4abbce162372bf4030c3 2,392 1.00/1.00 vMB 26
604,659 604,659 000000000000000000139166e7cd47adef4c93890bc38d47da8893dfc4ae9a42 2,954 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.