Loading Tool

Explorer IconExplorer

Memory Pool

88,041 transactions
32.10 vMB
0.13342929 BTC
Random Selection Loading Transactions
Max Size: 194.54/200 MB

Candidate Block

Mining Attempt 59de9d1f4e4cad8d67f1b71347791f5cb61b134d43518c5706ce005d147f937d
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b30c1660650aa00c4db0dd725bb48d591a42eb378c9560ba7a8477dc1c13d2af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,821
Size: 1.00 vMB
Total Fees: 0.04868797 BTC
Feerates: 101.65 > 4.88 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (423,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,699 491,699 0000000000000000002663f41bf4db5ecb00d68b9305ac209983635a8fc34e57 1,672 0.97/1.00 vMB 101
491,698 491,698 0000000000000000000d68a881a42304e328abd4cf84ef1d0ab663044b2f4a63 2,210 1.00/1.00 vMB 94
491,697 491,697 000000000000000000c451ca46b1dc82252dd13d049271f9ce7b2918a6b7028c 1,112 1.00/1.00 vMB 25
491,696 491,696 000000000000000000e474d437b3664371a31c251f6d51092d1f29cf074854f5 1,878 1.00/1.00 vMB 74
491,695 491,695 0000000000000000009051cb929fd34a6eeed6beabbbd3c7b92bd5d40f54bf67 260 0.20/1.00 vMB 100
491,694 491,694 00000000000000000035fc1c8c5c78ae40fbaf75beed84d793ba5dbb3af5acd9 1,574 1.00/1.00 vMB 40
491,693 491,693 0000000000000000005b047aefe638d9946deeb7760aad4744260a4a74b2909b 891 1.00/1.00 vMB 22
491,692 491,692 0000000000000000009b043cbb5db46624c140942c99b575f1021375fb2a310b 2,768 1.00/1.00 vMB 49
491,691 491,691 00000000000000000091b1bda88b4e9ef115e14bd2f8c6f4da1bc5c54017425b 2,863 1.00/1.00 vMB 64
491,690 491,690 0000000000000000008ce638173ade14fd45cd4b77c9efc241d190f26f14c4f4 2,147 0.90/1.00 vMB 67
491,689 491,689 00000000000000000069ed3ad8c044f3400c665ddafbb53734aae5c83a074646 2,714 1.00/1.00 vMB 175
491,688 491,688 000000000000000000933e3a0a6ae1446186167c016bdb12ab494c0c237e479f 2,143 1.00/1.00 vMB 125
491,687 491,687 000000000000000000671ddb3c9098c4acf0b4efdfd7d7d22467eda68c0d9a60 2,190 0.95/1.00 vMB 84
491,686 491,686 000000000000000000c38afcaeb455eda574622324bfdfaf51b97dc255152f38 2,527 0.96/1.00 vMB 179
491,685 491,685 0000000000000000003570c02e228f57f9c56ed35f7aa4a0e523d57afd60cf7d 1,056 1.00/1.00 vMB 25
491,684 491,684 0000000000000000006f19d7941f80968e68680b105e7c786517a5af88e60916 1,043 1.00/1.00 vMB 43
491,683 491,683 0000000000000000005cc80382c27c7662b04fbe7b0940aa8c1290e7431b2cbc 2,660 1.00/1.00 vMB 48
491,682 491,682 0000000000000000004e3ee4b9494a22b898d408e1e2f4bc9db999f8f17d6aef 1,936 1.00/1.00 vMB 152
491,681 491,681 000000000000000000806ed4e41759209c03877f92482d1d69877a23ba5fdbf0 1,706 0.65/1.00 vMB 80
491,680 491,680 000000000000000000e902085aa430bcc8e0542fd56577c466302e6a82f041d8 2,329 1.00/1.00 vMB 26
491,679 491,679 00000000000000000087820bd9d1a7f5c6c17a4980da471a866143be503b25f2 2,020 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.