Loading Tool

Explorer IconExplorer

Memory Pool

88,786 transactions
33.69 vMB
0.14252870 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 40b8b9a8b33670576f2e43c26bfa8f8cfca636b7fc96693fe15045ce3e46a4af
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 957db2449842d5d69c907947e922a66f8179d1fbade26bd44476357643996c6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05757996 BTC
Feerates: 469.97 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (217,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,516 697,516 00000000000000000007cfdf3a6b78fd2910585361f03ff19b4928df1e91bb59 1,575 0.52/1.00 vMB 9
697,515 697,515 000000000000000000014df581b42775bf18b43a85bf747627e87e8d52eb7e06 1,263 0.47/1.00 vMB 10
697,514 697,514 00000000000000000008378693d53ea9d49cd40410d7a03ec58ddeae8489f745 1,745 0.62/1.00 vMB 16
697,513 697,513 00000000000000000000b4b3e6890debc09e5f823d26006899a16cea7d81f5ff 1,297 1.00/1.00 vMB 4
697,512 697,512 000000000000000000107d0afdba35038c68beaf45c52c85c8eb2ceca141f7f1 2,322 1.00/1.00 vMB 19
697,511 697,511 00000000000000000003275a9d4d29e94ac4a802b9ae3cc4f1bc3505c2b661f5 2,779 1.00/1.00 vMB 7
697,510 697,510 0000000000000000000a89d583f78012bb0d35711f64e1eadc935c91344153d7 3,168 1.00/1.00 vMB 9
697,509 697,509 0000000000000000000e69c87de51b1301711ed9049d595c514dbf6bc5244a95 2,331 1.00/1.00 vMB 43
697,508 697,508 0000000000000000000104a38ead804cbdd5492395d8d68743114c73fb39da3c 86 0.02/1.00 vMB 14
697,507 697,507 000000000000000000015bb39f7c6ed0de9c1df21caba1b3adc2dcbf553fb083 139 0.04/1.00 vMB 11
697,506 697,506 0000000000000000000fda36da9cdf44484154d9de47c8395b81d7f56a11cd98 1,293 0.57/1.00 vMB 12
697,505 697,505 00000000000000000004f2c02f58cfc908b8ab63bcf634e2491dcbd96acde6fc 755 0.31/1.00 vMB 11
697,504 697,504 0000000000000000000798e992f5744dd07fb57e1ed2338be9445cbe4c2707cf 2,897 0.98/1.00 vMB 12
697,503 697,503 0000000000000000000770e3b3d37675524436d5501bc906dc15e55f74aa5ae4 2,498 0.79/1.00 vMB 7
697,502 697,502 0000000000000000000ce594021b535a22a666e14f99885e785c4d5b9deed8c0 2,018 1.00/1.00 vMB 12
697,501 697,501 0000000000000000000e4457e910abbb25bb5777e609db3b136f5271162a6192 2,107 1.00/1.00 vMB 9
697,500 697,500 00000000000000000002831d6ccce2e800d6652663147f9d101eefdcac24cfbd 1,979 1.00/1.00 vMB 9
697,499 697,499 00000000000000000006fca0b03b9f639a3ad71dc44c8ac7f8b8fd2b819c3bfe 2,215 1.00/1.00 vMB 12
697,498 697,498 0000000000000000000883e0dbd02f0757524f5736a2cd4dd8bb121335704e66 1,312 0.87/1.00 vMB 7
697,497 697,497 0000000000000000000c5bed0c9a6297da0f6cd39278821218997d9c46e25a45 1,749 0.76/1.00 vMB 8
697,496 697,496 0000000000000000000489d86d031757ea67924104fc4fcc4952c874b3713454 2,580 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.30 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: 657.97 GB
    • Received: 14.56 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.