Loading Tool

Explorer IconExplorer

Memory Pool

84,607 transactions
31.78 vMB
0.18970627 BTC
Random Selection Loading Transactions
Max Size: 189.80/200 MB

Candidate Block

Mining Attempt f67b16f9ee9e94ba5fc06fa6c4bb9a53ce07a29d4a866f4d07d974ee92e6a4bd
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 19de6eb48e7c207b06e410e77ee5f6af09a022a8383366d3c8a96a9707f62184
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.08153378 BTC
Feerates: 101.65 > 8.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (492,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,617 422,617 000000000000000002b084276ef76c5d164ddf35a8d489f1ab2e3a864bdb3c84 2,291 1.00/1.00 vMB 66
422,616 422,616 000000000000000000d458d83c479f5849752de195f1c833079beda599a29a75 1,989 1.00/1.00 vMB 46
422,615 422,615 000000000000000003edf3aef044d3b0ffe4005d7cfbe42d5b98bae870b488af 2,726 1.00/1.00 vMB 90
422,614 422,614 0000000000000000046646b14f3fe285fbf1319172c520c82e0b98a352065baa 1,144 0.46/1.00 vMB 67
422,613 422,613 00000000000000000457c284a92b99b22909e7b9dbc7d4e1712d4b5e21a5c99f 13 0.00/1.00 vMB 167
422,612 422,612 000000000000000004c719af211b20f50e0ed828dfa828d90f5819f5e0ff1eac 1,935 1.00/1.00 vMB 64
422,611 422,611 0000000000000000039ebdfc886e0fbb9c783ddd28417fd1500443d732c23a69 2,156 1.00/1.00 vMB 58
422,610 422,610 000000000000000004f843ecc02f574c5a9d64d156b2abb68b707b646be074bf 2,730 1.00/1.00 vMB 86
422,609 422,609 000000000000000004cc91cd0455f7e0a48456f98b15e26061cf7081afc8447b 2,607 1.00/1.00 vMB 82
422,608 422,608 00000000000000000514c4073a2666ee6ff81eaf1ce060fad60f67b8cdfe3666 2,020 1.00/1.00 vMB 56
422,607 422,607 000000000000000000e99fc7a234c8141ccc514d75350d3893f4f9e8b75ed1ed 2,548 1.00/1.00 vMB 85
422,606 422,606 000000000000000002bbb7915ac6c70e33a605f7d98c32a91c25ceda0267b2b5 2,516 0.99/1.00 vMB 66
422,605 422,605 00000000000000000456ce9364e3953b35c1afad39836d169666756c26752e4e 385 0.16/1.00 vMB 58
422,604 422,604 00000000000000000399183324422998ec0703895d7233a260e9d8389beeedef 1,854 0.77/1.00 vMB 58
422,603 422,603 0000000000000000022e80e0bf5cc2f2a1cb3ab657c3bea0ec35ab501b5f942c 725 0.28/1.00 vMB 62
422,602 422,602 0000000000000000012b7b6efac1fe2ebd42a44e2c5b49bf0b1b4c122cae608c 1,864 0.77/1.00 vMB 59
422,601 422,601 00000000000000000493cc9bce248199006bed00edc87539fcf12f0e5479cbb8 254 0.17/1.00 vMB 49
422,600 422,600 000000000000000003d3f2a4ade56a316cbf63d10bc4776dbd81119fb8959495 528 0.52/1.00 vMB 40
422,599 422,599 000000000000000000eb92f29dcc4dc7cda1941c74d9a9a61eaa379758f21fdb 1,969 1.00/1.00 vMB 56
422,598 422,598 0000000000000000005c29f325bf84bd925c6c67ad75a375e94802510170d9fa 535 1.00/1.00 vMB 39
422,597 422,597 0000000000000000040437d6e241781d4fc9db645b5c6163faa657beda587c72 730 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.