Loading Tool

Explorer IconExplorer

Memory Pool

16,241 transactions
11.39 vMB
0.06435472 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.47/200 MB

Candidate Block

Mining Attempt 07f25f8c5d301013a39623519649f3a8bfe0a36eccdd9081745d5960945c9356
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root f0e8806937e06d02bfc303afc153b224c55b3ba78100eb5ec04e3bf7d115741e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 0.9979965 1.00 vMB
Total Fees: 0.03941376 BTC
Feerates: 207.44 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (770,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,001 143,001 0000000000000654fe69a041b68350b0b6989c142411bbbe92271b920f3abe2b 128 0.05/1.00 vMB 107
143,000 143,000 000000000000026bd2449a46b551c82b6657529d6cba61dd842bc1ba0cbc59f8 119 0.05/1.00 vMB 179
142,999 142,999 00000000000008d56662dc6215fce35e5944fc0b797ed4990f9425bbe5fb9009 119 0.05/1.00 vMB 70
142,998 142,998 000000000000051e49f7b5f434d121aeec3a559ef4cf24452c90b5f31741d0d1 113 0.04/1.00 vMB 41
142,997 142,997 000000000000019e1a3ad2e57a52a4febecbf9403e2dfeb3d5ef21f0d9a451a9 174 0.07/1.00 vMB 270
142,996 142,996 000000000000014dc9ec8014f7a22b05273f276fbb331a6e0be64939208b3ef4 48 0.03/1.00 vMB 393
142,995 142,995 00000000000003cccf36400fca9e0736c4a9d2b809fe8ab21b6ea943c21a86c9 143 0.05/1.00 vMB 115
142,994 142,994 00000000000009349ede6744b5206aa1dbcb3f089572af310261f2c67b75741c 28 0.02/1.00 vMB 108
142,993 142,993 00000000000005282c16b9a50d2e27814527de9bfa6e3cd2a14da95e146f7f00 89 0.04/1.00 vMB 86
142,992 142,992 000000000000044c6069d2acaaa0d7d1771f913ff35230195418d86154ebc0f4 9 0.01/1.00 vMB 188
142,991 142,991 000000000000069e8439fccf234f2f2eda75788df385e460791dae2df3a2546d 44 0.02/1.00 vMB 51
142,990 142,990 00000000000000a656d90bd3dddd50435461292cb1c824dc156fd346087fbde2 9 0.00/1.00 vMB 313
142,989 142,989 00000000000005902e7783f6d27a826f4e0ed73e649aae40fec6523feefbba22 6 0.01/1.00 vMB 47
142,988 142,988 000000000000001cb2aa5bae9290f758b5afe01b8f75e716be1d6a821acab762 4 0.00/1.00 vMB 129
142,987 142,987 00000000000001df9a38cc99debbbedbf7f07b99deb2efe1517690b41a649f40 37 0.02/1.00 vMB 178
142,986 142,986 0000000000000372886119578775194c5f5ff64fe3fdb74762ec6303e5b5815a 5 0.00/1.00 vMB 0
142,985 142,985 00000000000001071e8327e61d9d084e1fee676661efd960febab1e1dc08361d 156 0.05/1.00 vMB 112
142,984 142,984 0000000000000224b4b5c98b50239e25eb8064c7d948384ec551ac4c42ff6754 13 0.01/1.00 vMB 311
142,983 142,983 000000000000041c884aa600e158a9a5ae0a30494fe16b3d628236e19385a8a8 52 0.02/1.00 vMB 112
142,982 142,982 00000000000001c59463d1a0b6d70274ed4aea4cf757289363ff99f670f02812 14 0.01/1.00 vMB 182
142,981 142,981 000000000000071504dedbc2edd4ae008aca9a6086afb3d4d9cd3cbdd0e67b04 32 0.01/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.07 GB
    • Received: 4.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.