Loading Tool

Explorer IconExplorer

Memory Pool

87,542 transactions
32.86 vMB
0.13764923 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 2d646aa41e29f9cd8606f0c08601cf553997270a93738d6dc84d2cb1dfb397dc
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root b41bf640f13ffd525c504d66f3bb50e9c3697cbc6654e47d72ffaf518a105912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.05016258 BTC
Feerates: 300.16 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (242,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,076 673,076 000000000000000000004ae4fcdca25dba4e5aab2c95078e64bbdc43d2bbac1d 1,660 1.00/1.00 vMB 33
673,075 673,075 00000000000000000001c1ea9dbffeb22b9f9aba867ed2e85f483d7d40ff96b7 1,837 1.00/1.00 vMB 70
673,074 673,074 00000000000000000002e409002ca9ef6205013cefce4d3ceb019b6f1acff8dd 1,932 1.00/1.00 vMB 52
673,073 673,073 0000000000000000000acc8736e527611099988640317c82cec8e364b825396e 1,772 1.00/1.00 vMB 50
673,072 673,072 0000000000000000000b537b1684432b9684f7913badd10ee92d5b9d31c235e0 2,437 1.00/1.00 vMB 116
673,071 673,071 00000000000000000003e0892e64d1c860f8f90841164f21e0a74e0ecc79c3a8 2,462 1.00/1.00 vMB 77
673,070 673,070 00000000000000000001462a7993a437f7882e7762be44aac70d26a7a0251334 1,159 1.00/1.00 vMB 110
673,069 673,069 00000000000000000008812394946b25f98751e7343afbdbb56f9484527b71d5 1,046 1.00/1.00 vMB 58
673,068 673,068 000000000000000000092c835a0fd09443b3916584a82fecb73158a41a173cce 2,911 1.00/1.00 vMB 110
673,067 673,067 0000000000000000000b5ab9bfcf21b82afc49ec22d08fb4327f11d7a6662792 2,035 1.00/1.00 vMB 48
673,066 673,066 0000000000000000000596a8f3ad1cc95737409fb34559ba1f0f78cd2ba3d1cd 2,136 1.00/1.00 vMB 78
673,065 673,065 00000000000000000006c302584889352dfbd155b461e38b831cdac0c8d9b579 2,453 1.00/1.00 vMB 59
673,064 673,064 00000000000000000004f115c76a55cb6b504c2530233c4493a57699ab4ac8dd 2,717 1.00/1.00 vMB 80
673,063 673,063 0000000000000000000180627c8d3987d91a2fc6c1ad8890b2abbb0be26c6d47 2,770 1.00/1.00 vMB 66
673,062 673,062 0000000000000000000997e84e933b21c9a6a75b43c58578b2010b2064d1a412 2,705 1.00/1.00 vMB 93
673,061 673,061 00000000000000000002aed63cf3c74e3b47674885f53cca5e317ee5fe18601d 1,917 1.00/1.00 vMB 128
673,060 673,060 0000000000000000000a31ea973fab9790a927c0050d6ecc3d679580446661eb 2,212 1.00/1.00 vMB 100
673,059 673,059 0000000000000000000c757757f9f72b310f84a9c0fd348a54de3905830285b8 3,047 1.00/1.00 vMB 120
673,058 673,058 0000000000000000000b766e7b40da7ef7390c3063d6d8770e339ea02d1af1c8 3,360 1.00/1.00 vMB 85
673,057 673,057 0000000000000000000bd4fa1933fe01edc196e6ac249d087d7786569deb610d 2,260 1.00/1.00 vMB 104
673,056 673,056 0000000000000000000bee43d257578458291cb8e7213ab3a7d9df904ebf2408 2,293 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.