Loading Tool

Explorer IconExplorer

Memory Pool

75,969 transactions
28.19 vMB
0.08961083 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt e22ba89f32fa981822ed9c57ca6da6b61b308122ade0b50123d7f8dfb00d6a79
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5c434dbb0c38a9e49bfe7cbce1f1e2527dda1c50095b726344aea96a18e0f054
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02844257 BTC
Feerates: 402.60 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (436,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,140 479,140 0000000000000000006bd414dbc3bb47aea2ce1244a47d353aa15f58f51a6f1c 1,420 1.00/1.00 vMB 59
479,139 479,139 0000000000000000007b37fcdc1998de9f56efe1d3eb720e6fc7585f1a76d7b2 1,074 1.00/1.00 vMB 62
479,138 479,138 000000000000000001398c0f4ebd2c1d100982bf7e92031007d8982f17805297 72 0.03/1.00 vMB 118
479,137 479,137 0000000000000000002e568897d965e2288eed7bfe60f48e7967926b269aaf7f 626 1.00/1.00 vMB 26
479,136 479,136 0000000000000000009940ec74debe3c295236f1b2560fb59d52e47d938c24d6 1,018 0.49/1.00 vMB 98
479,135 479,135 0000000000000000005e7a02c928aa57ad38af92e04862f6fa4e0c9b83c5a96f 713 1.00/1.00 vMB 30
479,134 479,134 000000000000000000ce06b2be0305e820fd765b8d7f5910302db12e2b4b4d52 518 0.50/1.00 vMB 68
479,133 479,133 0000000000000000002553fc4103f910d78c11d729bcfb33c58e0344684ae1aa 110 0.35/1.00 vMB 8
479,132 479,132 0000000000000000010fd248544cc30effda3a7dee4b0c29c2bba4d57630a45b 1,626 0.99/1.00 vMB 49
479,131 479,131 0000000000000000002b6388fbabfcf32a3bc762f33a87666b9859e481be1147 2,329 0.99/1.00 vMB 135
479,130 479,130 000000000000000001407c53a701ad1bd51cc0570a7f3247a54f3ebd119c3c7b 418 1.00/1.00 vMB 13
479,129 479,129 0000000000000000008f9eb0106d7290fc47288c667d821f5a03537e8e30789c 1,997 1.00/1.00 vMB 68
479,128 479,128 000000000000000000e6031fadca474a8fc56d84a3d3a095f1e68d13cff09a5b 514 0.92/1.00 vMB 7
479,127 479,127 000000000000000000b92361840efc9f67f256f4c8d544783537e256a45d9ffa 922 0.80/1.00 vMB 23
479,126 479,126 000000000000000000722da9f42bfccf8788575a12a130541ac339852bda7229 1,225 1.00/1.00 vMB 106
479,125 479,125 00000000000000000041c4722de0f35374cdc80109eb41e9d1c25bfa5d5aca49 1,173 1.00/1.00 vMB 89
479,124 479,124 000000000000000000abceca412c13467b7fd5475365f5517db76981f6d9bc8c 177 1.00/1.00 vMB 45
479,123 479,123 000000000000000000c017f7f14f628b7ce602a1211030cea961f361562d5b88 356 1.00/1.00 vMB 61
479,122 479,122 00000000000000000053228e0687485a3f12a6229bab03c4458fcab9b21ac2ea 1,557 1.00/1.00 vMB 99
479,121 479,121 0000000000000000008462737690a1121f8e147b932a761873e51a5ad53b2feb 1,721 0.75/1.00 vMB 139
479,120 479,120 000000000000000000a19a7e942cd2bddc2ff7e3e1c54759dfa011949e0306b0 2,010 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.