Loading Tool

Explorer IconExplorer

Memory Pool

84,432 transactions
32.50 vMB
0.10206207 BTC
Random Selection Loading Transactions
Max Size: 194.31/200 MB

Candidate Block

Mining Attempt 8ee62013052273cd13d3400163566af1646a8267817cf065cd7852a9b2c66d5e
Version 20000000
Previous Block 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24
Merkle Root a58c897527fea7ebc6ce7f5d43605bd10f8e7eb2d1ada88f9d8939a9b4593d93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 786
Size: 1.00 vMB
Total Fees: 0.01998795 BTC
Feerates: 40.21 > 2.00 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,339 (899,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,542 15,542 0000000068381b33044e604700d4fe79d74ee019765bec749b366a4fc21da80c 1 0.00/1.00 vMB 0
15,541 15,541 00000000b856b752df28a43d1f782addc63685892163d027e69aadd68805e3ed 1 0.00/1.00 vMB 0
15,540 15,540 00000000892629f6e0cc3eb2f1dbf2e92b4cc13a1063bf00fbb9d8b0cfa494c5 1 0.00/1.00 vMB 0
15,539 15,539 000000005d60270037c559974b32251ffeb3b4c55afd518caf9ca0feb9e4781a 1 0.00/1.00 vMB 0
15,538 15,538 0000000073c38c754f398c06cf829bcbbbeb5002357843450d30a53f0b21ee5d 1 0.00/1.00 vMB 0
15,537 15,537 00000000afeb80a8e05119c8b3695e69a5c934d222ca33c83fbf622b25079e5c 1 0.00/1.00 vMB 0
15,536 15,536 00000000a09ca874784ba133f63defe2b549b85ad0cb2e3c8ba5088eae935c7d 1 0.00/1.00 vMB 0
15,535 15,535 0000000038d264ca8f7886b85e0e6be8bdf21210a808749f97bfc1d8ff1514d5 1 0.00/1.00 vMB 0
15,534 15,534 0000000020ca24097df21504f0937ea54049106c2cf682778965266f887d51fe 1 0.00/1.00 vMB 0
15,533 15,533 00000000024540357b696631726222958d22b45561cf1d2e33a547fd67762f97 1 0.00/1.00 vMB 0
15,532 15,532 000000000c65eeb16c1fa4e0177d6ad8fe3b6ac6c7c0f13e3b8f666e306cd239 1 0.00/1.00 vMB 0
15,531 15,531 000000005312fd226cc5f29264910252ca7e91862205ec74b52d84eaf0aef7b4 1 0.00/1.00 vMB 0
15,530 15,530 00000000b96383b4fa9fc8b435cf809cd1b75ca959f5133aa502a10a507cca14 1 0.00/1.00 vMB 0
15,529 15,529 00000000df323535280c39bf8096c80ac9c2b1089739c0b6fa993b72ae58ef06 1 0.00/1.00 vMB 0
15,528 15,528 00000000b5c354096ade46b37288a0c48e62a80c35771cbfd26a29702392aea3 1 0.00/1.00 vMB 0
15,527 15,527 00000000a769097c67a65c0dc0ccb65b9332bf6c5c94d5ae4b1c414bed7f2749 1 0.00/1.00 vMB 0
15,526 15,526 00000000d1f56e8723add1a3acb510c691c688f5b0988fef781ef8b1efe74f4a 1 0.00/1.00 vMB 0
15,525 15,525 0000000070901d7266d470fc53fc50e6cd0373c355b4bcd84791bf6f1cba4550 1 0.00/1.00 vMB 0
15,524 15,524 00000000b43669f197d87a52368361f3e179e7787894969ce7a447b1c27c10d8 1 0.00/1.00 vMB 0
15,523 15,523 00000000290519557ef68e23a567299c2b6a683917e97fc2950397583e203158 1 0.00/1.00 vMB 0
15,522 15,522 00000000419713942dad0d58f8eefbf7fef513db636242303808961f02fdafb6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.98 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: 716.45 GB
    • Received: 17.81 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.