Loading Tool

Explorer IconExplorer

Memory Pool

81,580 transactions
22.17 vMB
0.06998379 BTC
Random Selection Loading Transactions
Max Size: 148.37/200 MB

Candidate Block

Mining Attempt a864b4e44f717901f482e8e3ba43a1108a9094263713d129b3b1fa5df828ec22
Version 20000000
Previous Block 000000000000000000002083b399e7a761a10f0ab5e7cc53323b3d79690a329b
Merkle Root 743ebca284c67c400e4ba9905372a91cc96f0b450694deca52a8f1e784bee82e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,916
Size: 1.00 vMB
Total Fees: 0.01829775 BTC
Feerates: 116.15 > 1.83 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,037 (832,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,618 83,618 00000000001f6e0c4bfc780101e32156984ada5e9b77036b9b71c483d5360c47 3 0.00/1.00 vMB 0
83,617 83,617 00000000001bdbb2b76f2c191f3268a27c6270ab9f8e323cf8454148fff16abd 2 0.00/1.00 vMB 0
83,616 83,616 0000000000086ae9c48ef28dfb1a30792828a73be8e7baea53dea72b0ff263ce 3 0.00/1.00 vMB 0
83,615 83,615 0000000000059c9dbcf587a19c13d5e87a4e0e54b6fd5e39a255b90c0e6a8c47 2 0.00/1.00 vMB 0
83,614 83,614 00000000001296031a844c47879da3a7694455388db87a7687f1bfcff1d82265 1 0.00/1.00 vMB 0
83,613 83,613 000000000015d7397952a243354b60a6248887f784173709a2a120010ebcee75 2 0.00/1.00 vMB 0
83,612 83,612 0000000000281178fd4eff4bbea8282ff0db4480cf11a07e242891690446293f 1 0.00/1.00 vMB 0
83,611 83,611 00000000001e03545e47bc38def5ab4b98348550ef8d4f34ce032d2308e81f85 1 0.00/1.00 vMB 0
83,610 83,610 00000000002c680c49bbc0035a75b85eb9fbb6363987d23be0a50ea081fb1211 1 0.00/1.00 vMB 0
83,609 83,609 000000000004e5dd4e0ff280c20e6c6668a418bf801aa54da34baabf5da376af 6 0.00/1.00 vMB 0
83,608 83,608 00000000000af885b38b861f09d9067c45f1de5c3637351a2413baf8307119a9 1 0.00/1.00 vMB 0
83,607 83,607 000000000020b7dded51f7b0424a039fb0629c1820e5adcb1a434f0cb955476b 1 0.00/1.00 vMB 0
83,606 83,606 0000000000110a3ba4c1b32b80221c83dff9f02ad3ea756bc9b5c9b90426e694 1 0.00/1.00 vMB 0
83,605 83,605 00000000002d39744b89e7e2ff4d2a68929d9a0aa56144be00b3f8349fb2bdb4 7 0.00/1.00 vMB 0
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 3 0.00/1.00 vMB 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 1 0.00/1.00 vMB 0
83,602 83,602 0000000000302f8aa00c8f7f71b63ca8da3b3c7add2d66db7c7794c7f385ea62 1 0.00/1.00 vMB 0
83,601 83,601 00000000000a67be715430acbc273f236565502d5e04d1aabcd3913f4e57018e 1 0.00/1.00 vMB 0
83,600 83,600 0000000000080baaad6157104f3785c633ffbeb6db8850ab773e0966e94b5044 8 0.00/1.00 vMB 0
83,599 83,599 00000000001fc106e0bbfba497b45db78f6d712501cf0be49e95a92a3ebb79e7 6 0.00/1.00 vMB 0
83,598 83,598 00000000002d44143c8dfdaa772492bc82a4802b45ed32f3af705acd3a7a81c8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.19 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: 811.88 GB
    • Received: 23.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.