Loading Tool

Explorer IconExplorer

Memory Pool

40,598 transactions
29.02 vMB
0.09263512 BTC
Random Selection Loading Transactions
Max Size: 147.55/200 MB

Candidate Block

Mining Attempt bcc8790b21173ecf241104bbc98c0f35bd94f9cb9040e73b2173262725aae26e
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 23610f1e2f07fe49fb53522dab49a44a45eb27cef20af548f68bb8a757f764e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,725
Size: 1.00 vMB
Total Fees: 0.03611743 BTC
Feerates: 101.64 > 3.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (448,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,447 466,447 000000000000000000d14b15de33618be9c3231a99a4d33b392c775a1ee2184a 2,147 1.00/1.00 vMB 185
466,446 466,446 0000000000000000001d97d48cd4d64551d0d5426f5fde7c3ded4661454f0252 2,162 1.00/1.00 vMB 147
466,445 466,445 000000000000000001d33836c346d0fbc34024d2b64f0d6639105739801ea57d 83 0.03/1.00 vMB 252
466,444 466,444 0000000000000000003d74533b5dc7c3d2988330813b2795b4a86e1ed6130849 1,405 1.00/1.00 vMB 139
466,443 466,443 0000000000000000018ef4e4b9e4e45a2ed7eca284cf54fd682b6da4d536af12 2,220 1.00/1.00 vMB 207
466,442 466,442 000000000000000000995abf0e23e9ff4c363d986a50575c469e1f7784abfe12 1,133 1.00/1.00 vMB 104
466,441 466,441 00000000000000000012a6b5d6c5f6b35462ce009659e874ff9eca8d6fa1e936 1,911 1.00/1.00 vMB 142
466,440 466,440 000000000000000001dc93011676433c468c5906d524c4a78fa404efc56a68ff 1,705 1.00/1.00 vMB 168
466,439 466,439 0000000000000000010e448a89e99804407c3b65aa1d424c84ada598a32e73a8 2,433 1.00/1.00 vMB 143
466,438 466,438 00000000000000000020942ae94ea2e5e73abba43df41e86ffc46e8f954aa68d 1,768 1.00/1.00 vMB 144
466,437 466,437 00000000000000000157904593ae9c4f187825d8526e851fe43aa10e5b85441e 2,181 1.00/1.00 vMB 206
466,436 466,436 000000000000000000b679bb3e405ba7d6ee99673987090acb594fa29387928f 2,773 1.00/1.00 vMB 248
466,435 466,435 0000000000000000010cd0a87aa7d2ab6ef454e86efc4492eae0669c4dff7888 2,187 1.00/1.00 vMB 133
466,434 466,434 000000000000000001f03606b5d4f5d5c5302d79091dd768e4bc9902f889c3ec 1,787 1.00/1.00 vMB 167
466,433 466,433 000000000000000001c548a8242f572044bc4e04f36158c3ce7463638cc24714 1,434 1.00/1.00 vMB 171
466,432 466,432 000000000000000000d71d3a8a41f84ca9eb64e0175fd5ba34d5c3d23a594f05 1,964 1.00/1.00 vMB 209
466,431 466,431 00000000000000000080d3164119e89fb64bbc38fbdf14c2715fe4bc8ebe6842 2,273 1.00/1.00 vMB 170
466,430 466,430 00000000000000000114a3e758ecc25ff6b064b52d95d720fe7c33ef204b57fe 2,253 1.00/1.00 vMB 228
466,429 466,429 0000000000000000015a342805a5edb85352d5aaf70192b0957d908393281bb5 2,457 1.00/1.00 vMB 241
466,428 466,428 000000000000000001d1977be6cc85dbec1b7ecfe16416e0c5f8efdf41e209e9 2,132 1.00/1.00 vMB 303
466,427 466,427 0000000000000000017c65d5e6513ef9a970c2e1498172fcd57c074b3bf10c8e 2,140 1.00/1.00 vMB 278
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.