Loading Tool

Explorer IconExplorer

Memory Pool

77,632 transactions
34.13 vMB
0.14922304 BTC
Random Selection Loading Transactions
Max Size: 190.31/200 MB

Candidate Block

Mining Attempt 8f29bb8f2e64ec2bfe435c5ffb94550b15e11094647cc3b6470bfd38f7f1f7ac
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root d6c8fa618472114463d04b2d4711fb0976907d2551b5956fb753cada91895372
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,914
Size: 1.00 vMB
Total Fees: 0.03083167 BTC
Feerates: 444.31 > 3.09 > 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (448,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
466,426 466,426 000000000000000001ba78da034d5cc0c46eee2ccacfbf79331c6233e335112f 2,111 1.00/1.00 vMB 248
466,425 466,425 0000000000000000016a4f0250796c29542d6821c42b4837f3e41a6cca20cfaf 1,849 0.99/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 783.11 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: 735.20 GB
    • Received: 18.57 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.