Loading Tool

Explorer IconExplorer

Memory Pool

79,968 transactions
30.55 vMB
0.08045287 BTC
Random Selection Loading Transactions
Max Size: 185.54/200 MB

Candidate Block

Mining Attempt 13e54d66c300582203772b333529ab5acad4b0bc9d087a532d78af357467e02e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5d7edc0a018b56afd4fdca1ff8a5a1fa461a359df1533083becc3ebfadde165e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,351
Size: 1.00 vMB
Total Fees: 0.01518506 BTC
Feerates: 351.58 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (155,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,445 759,445 000000000000000000058fce0e3bada5e5d922d872787053a816629b186a1330 356 1.00/1.00 vMB 1
759,444 759,444 00000000000000000006b87c6e2f5059f3591e89dfa1aef5d69be7fcec4a6dba 2,940 1.00/1.00 vMB 13
759,443 759,443 0000000000000000000308a146510bb8056fb5af617c91cdd219f768b81b53c7 1,374 1.00/1.00 vMB 7
759,442 759,442 0000000000000000000110e0323933c9faa15fea9f9b7cd60b677c9c1900599e 1,326 1.00/1.00 vMB 16
759,441 759,441 00000000000000000002785381a3b22ac1706bc5356a2f025707e3f26e47b16c 3,019 1.00/1.00 vMB 9
759,440 759,440 000000000000000000035f09ef563781a78eee95410f4600b0804c3f55e5e1b3 2,822 1.00/1.00 vMB 20
759,439 759,439 00000000000000000000d300514ee5f77af08ad03f503b2579ecf481f42ea0c7 1,267 1.00/1.00 vMB 8
759,438 759,438 000000000000000000074e1801fe3c2f8a294f82305a17e53b662a5d118fbcef 1,242 1.00/1.00 vMB 5
759,437 759,437 00000000000000000000cfd8a95a02dbe6aba5f337030b71162dde3ad950eed4 2,487 1.00/1.00 vMB 11
759,436 759,436 00000000000000000004378df6c3bbc9a3a8eb73da3b24b48580d2fb035b0e97 536 1.00/1.00 vMB 2
759,435 759,435 00000000000000000005fd6d821ef307faa77386fdccced6b26e31d35515aedf 1,423 1.00/1.00 vMB 5
759,434 759,434 00000000000000000001dec3fa43ba498242b6a83e34f03d6e9d38b971ac8575 611 1.00/1.00 vMB 2
759,433 759,433 000000000000000000006c2bb3aa966f21f9a2112a56784c7f5ec2660964e5b0 2,114 1.00/1.00 vMB 8
759,432 759,432 0000000000000000000198d31752cfe02b25f6892f7c2aec4e2a32e759505ee9 2,056 1.00/1.00 vMB 2
759,431 759,431 000000000000000000055ee87c1fb6da96b3c7910661de0aa6ba32756627ae49 2,912 1.00/1.00 vMB 10
759,430 759,430 00000000000000000004ce8ab3056f81f182e15784106fdc23146ee4c025e3d5 1,954 1.00/1.00 vMB 14
759,429 759,429 000000000000000000016af6de075f39b5d58aaeee9f815b715f1e9834b67d2c 3,197 1.00/1.00 vMB 17
759,428 759,428 00000000000000000004e3435dbea1506e7bfc36361948da099c4a285535fce2 1,980 1.00/1.00 vMB 9
759,427 759,427 0000000000000000000797e77dd0d1d9490a0edce2cc37a1fe083291319786a5 3,529 1.00/1.00 vMB 17
759,426 759,426 000000000000000000000ff94f2ef9e77cd42ef7c6b54fb1a1f0b7935408867f 3,589 1.00/1.00 vMB 24
759,425 759,425 00000000000000000005243fde6cb182a72676b21175f1d4ee19835e008147ae 2,155 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.