Loading Tool

Explorer IconExplorer

Memory Pool

14,680 transactions
4.34 vMB
0.02699385 BTC
Random Selection Loading Transactions
Max Size: 30.50/200 MB

Candidate Block

Mining Attempt 432b7a4de98001d418f1ec45303c4582812b9fc429eb7c8ca941273823eaaaa0
Version 20000000
Previous Block 000000000000000000009d689b51deff726923888433b44ce7425f817218ac53
Merkle Root 00a02e1ec74cc6378c9ff4f2f08b8a1c18dd5c35110676261a632acd57409730
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.02322547 BTC
Feerates: 1,095.94 > 2.33 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,167 (118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,049 938,049 000000000000000000012e18d27e5a2964c0f347c388c56004a47775af12b9c5 3,987 1.00/1.00 vMB 1
938,048 938,048 000000000000000000018e3ce7ed9975d8f7ac1201a1a901b58429b287657029 5,512 1.00/1.00 vMB 1
938,047 938,047 0000000000000000000167530a19ea7f7c00a9a4c1c78c9e86e02806da4b513b 4,489 1.00/1.00 vMB 1
938,046 938,046 000000000000000000016df5032b77f0878922eadd7c32b9a73aa65f9cf8fa0a 4,675 1.00/1.00 vMB 0
938,045 938,045 00000000000000000000b57559644fe39cd06664b65d2d581f297386666346b2 3,630 1.00/1.00 vMB 1
938,044 938,044 00000000000000000000baff68d96b78915613216cde3a68d4af0062b41d883a 3,839 1.00/1.00 vMB 1
938,043 938,043 00000000000000000000fe50366923a13ad715ed0ee0e38ebbbff2f25362fb0a 2,119 1.00/1.00 vMB 1
938,042 938,042 0000000000000000000054ba15c5ae859dcfddb018a08dc25b91e1eb2069e0de 2,043 0.56/1.00 vMB 2
938,041 938,041 000000000000000000008d244cc91107e6631017869c7bfc2f49250df9d96354 1,827 0.63/1.00 vMB 2
938,040 938,040 000000000000000000003318072f5f947647f7d62c86eb182e1610ce74517e44 1,440 0.38/1.00 vMB 3
938,039 938,039 00000000000000000000b57c2329118c95ccf4b5758adda2b9bad5fffeda0f11 4,989 1.00/1.00 vMB 0
938,038 938,038 00000000000000000000e85db1f839d2175d2313e14df74caa467e534b2a1d85 2,651 0.72/1.00 vMB 2
938,037 938,037 00000000000000000000be4b7494e1f67d86e6b54cb9471c64f2ad3abb829cd2 4,103 1.00/1.00 vMB 1
938,036 938,036 00000000000000000000c757f9c98642f5b5e943d3216526624dc8caceac14df 2,962 1.00/1.00 vMB 2
938,035 938,035 000000000000000000008b05cd77e5a5d9f6573e734c674d28207a9a3dfa2541 2,848 0.80/1.00 vMB 1
938,034 938,034 00000000000000000001381060160c00b4d6b83f188a3284e5fcd76bcdae07e4 3,618 1.00/1.00 vMB 4
938,033 938,033 00000000000000000001a43c2609c80932902dff9b814dd3783825c81c6f06a5 3,268 1.00/1.00 vMB 2
938,032 938,032 000000000000000000014a2180d2a04da7148c62d2e7823d8eaaaa0cd2d57934 4,819 1.00/1.00 vMB 0
938,031 938,031 00000000000000000000c10a56d8097c3bb3085f88df7cc3e8302a0dfb6f12b6 1,356 0.38/1.00 vMB 2
938,030 938,030 000000000000000000013793074f8ae8e623ade87ff8a3269494537a3cd4e1ba 3,103 1.00/1.00 vMB 2
938,029 938,029 00000000000000000001368aa9fc9a2c1541a6fe5fc47b9fdd2b41e08af82883 3,837 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 823.44 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: 4,085.07 GB
    • Received: 223.85 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.