Loading Tool

Explorer IconExplorer

Memory Pool

35,966 transactions
19.28 vMB
0.05775825 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.68/200 MB

Candidate Block

Mining Attempt b1fe2882cb594cfb65343187063b57dea3be3bdca79d392443fcef3d6333998a
Version 20000000
Previous Block 00000000000000000000757c94e4a1a6763834d1cd4216c8eee6733ef1b20457
Merkle Root 73f68a4cdd23a5c4dcd119a63dfc2e4589dc57c0c66ea0962d1e03eeb66a1281
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 0.99799425 1.00 vMB
Total Fees: 0.01965277 BTC
Feerates: 60.16 > 1.97 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,839 (770,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,008 143,008 00000000000004c86edc12c9ddb66e84aabd386a42b96b34448b0732be1a1529 139 0.05/1.00 vMB 164
143,007 143,007 00000000000001afc6234a4eb36f255cfc34afa8d908eb3e37f03641ccc2220d 94 0.05/1.00 vMB 172
143,006 143,006 000000000000019fdd7685d43c07ea15684ecb48514921729e659936b9ad8a9f 95 0.04/1.00 vMB 146
143,005 143,005 000000000000016e359e87311e9b039b509ebe9bc038c20022a1eda189feea26 130 0.05/1.00 vMB 120
143,004 143,004 000000000000031d902d6052e3c361c66a144c545496bf6df44d8515a9075474 59 0.02/1.00 vMB 117
143,003 143,003 000000000000083756ee6bcc256ab0ac9a4f18f0853464aaa438a1198e9c2bbd 111 0.03/1.00 vMB 70
143,002 143,002 000000000000092fd37c63058547fd449fa43032031378cf54286e4aa6ae33ef 40 0.02/1.00 vMB 127
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
Previous 10 blocks ↓
Total Size: 780.33 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: 520.65 GB
    • Received: 4.77 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.