Loading Tool

Explorer IconExplorer

Memory Pool

82,679 transactions
30.46 vMB
0.09903117 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt d7e2f5dbde7a935e4a637a41a8df7242490816f5d757610a4e390eed7dd9f080
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 5d242ba84334ec43edab69dc867be61f3c6556f1b215fad7900ae6fe9e461d95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03538789 BTC
Feerates: 454.44 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (805,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,555 109,555 000000000001809bbeede2e0f2c3b698be598e0583929fd0f0bc3c3ac3257359 7 0.00/1.00 vMB 0
109,554 109,554 00000000000104c9aa7af14e2b86b9a0a28caaa0db6ac841a870601be1db5ff9 1 0.00/1.00 vMB 0
109,553 109,553 0000000000003cd8267280ab54e0e7a85b65d64d907675097c6b4f1e65d38dfc 4 0.00/1.00 vMB 0
109,552 109,552 000000000000c3770871f946ec31d9f9073cfcc094e9063edcae30f4e9dab745 2 0.00/1.00 vMB 0
109,551 109,551 00000000000104e78755eedbfaa468c01e2ed2b9dfd00c5fdd09533c07ec4fca 9 0.00/1.00 vMB 0
109,550 109,550 0000000000001ec4b25b5c51801a21d32b4193a277886f54a0c6d1c1abdcd760 11 0.00/1.00 vMB 0
109,549 109,549 0000000000018a97bb938576d567f3511d8854260ef9e307a7daecc50e9a437c 51 0.01/1.00 vMB 0
109,548 109,548 0000000000000b875e31905351d34fb1c7cecb995505b3cbe0315c6f630b56b4 11 0.00/1.00 vMB 0
109,547 109,547 0000000000005c71eb8564b19a22cb440e067a940630c0e064d11ae18b3d665a 11 0.00/1.00 vMB 0
109,546 109,546 000000000001c6a484661de96eb75e21aeb6f045856d86ac3a264230b502616b 5 0.00/1.00 vMB 0
109,545 109,545 000000000000b0b3ad962dc8ad398b8be39a2c8cb09e38e01c13d0a7eb845c1a 1 0.00/1.00 vMB 0
109,544 109,544 000000000000347d6a6f42fc904878d15eff78173515a1d850a86b15e8ba806f 9 0.00/1.00 vMB 0
109,543 109,543 0000000000005429d78061ed0e7948de2780e91883ace7ed8622df7c79a56fa5 7 0.00/1.00 vMB 0
109,542 109,542 000000000000c444e664b6f5f4ab638822dee18f56594423b77cba65f70810a0 4 0.00/1.00 vMB 0
109,541 109,541 000000000000c8d42a2344ea1bf9bd40053d3048fef8ab482d99056c7d49fc18 12 0.00/1.00 vMB 0
109,540 109,540 00000000000069e5b7351ef481071743a30fb744725baf48b3363dfe01aa7058 12 0.00/1.00 vMB 351
109,539 109,539 000000000000f7eed3534fdf794ce68a70e2339a148318d78b22aa94d0ed6545 4 0.00/1.00 vMB 0
109,538 109,538 0000000000002fee51e452f40f5105f48cd8a0aeebd70d4777fac51270dc51e6 13 0.00/1.00 vMB 0
109,537 109,537 000000000000378285db0643689fcef2d24ad3c25609f49388f4427132162786 9 0.00/1.00 vMB 0
109,536 109,536 0000000000006077e90b6ec5f183e364e94db83f84ceb0044ed523663c1e09a8 12 0.00/1.00 vMB 0
109,535 109,535 0000000000017249ebd5de5faf3c4cc16de34ce4583cfc86d595caf06c53b8cc 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.