Loading Tool

Explorer IconExplorer

Memory Pool

82,487 transactions
31.19 vMB
0.10188730 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 67019670563e42f465166be49abed7c2e7b9e4f53e650b7dec145fb02d75f2a4
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 508929b1f17b9b7ff17b8d46126b7e930dce7661d3754d7223494a8628a4d923
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02668676 BTC
Feerates: 151.12 > 2.67 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (448,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
466,424 466,424 00000000000000000092042b1e9d3e29ade429db2b0cec1eab0948854d63519a 3,045 1.00/1.00 vMB 190
466,423 466,423 00000000000000000077ea0effda7369b72626cf70a86787c73e4bf66468b5ec 2,655 1.00/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.