Loading Tool

Explorer IconExplorer

Memory Pool

43,892 transactions
20.72 vMB
0.07212152 BTC
Random Selection Loading Transactions
Max Size: 116.64/200 MB

Candidate Block

Mining Attempt e8dee183c033029feb92cd4adf989b4a61eca5dbcd8fef207dbb2b2f66c19a91
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root f7ad5ebecf349f794ae98ddaf7bf8e55e035af425427ed5021ff3e6e4f45c96a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.02966641 BTC
Feerates: 265.25 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (798,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,269 115,269 00000000000076ae408bf2f5fec480aca2df7f0d9ccef8f62af618ebf769d7b2 3 0.00/1.00 vMB 0
115,268 115,268 000000000000e9a400a436f60a5a361ebfbbfd46b6a0b965a1e7b43381d2c545 1 0.00/1.00 vMB 0
115,267 115,267 0000000000001809662bbd4043e921cd22431ffa4c00c4c03f6e873f3ea4d65b 54 0.02/1.00 vMB 41
115,266 115,266 000000000000ed88b0c324e63f963833dda2eb12890643ef594b32c79fbc2ab5 4 0.00/1.00 vMB 3,875
115,265 115,265 0000000000006fddbeec18349b9baa924b1237426ef8f3fc00ebae71169b34c2 1 0.00/1.00 vMB 0
115,264 115,264 0000000000004065a7061a31302659759be58c8a83ded54acd5b5254be037b54 10 0.00/1.00 vMB 317
115,263 115,263 000000000000612c66223fa87b0869ea994ee68076ed34b7fb63f714e7685d35 6 0.00/1.00 vMB 630
115,262 115,262 000000000000366e09b33c9cbfa44fd3ab7d0650381adec77cc6d6e231e06f3b 10 0.00/1.00 vMB 310
115,261 115,261 000000000000eb86ff09d87021a26a0fccdebda57db0d449b4dde6cef3f9b9d5 14 0.00/1.00 vMB 21,682
115,260 115,260 000000000000bcaca0b8d65938f08a0b1003d1e44fb4567545d3347472ba0330 14 0.00/1.00 vMB 1,549
115,259 115,259 00000000000016531abae5b5dbeca8cb41fbfa92f630fce9514ab8ceeca36c4e 6 0.00/1.00 vMB 1,078
115,258 115,258 000000000000a7d1bb9bbcb95358d416c108263984d674ab53f88e9604467058 9 0.00/1.00 vMB 0
115,257 115,257 0000000000009d1603020a979aea956bbcc720b214e5952d23d0f567a7f6fced 12 0.10/1.00 vMB 1,007
115,256 115,256 0000000000009d14af687a39153523c6fecbcd634b45c76ba1e86ffe880fd145 14 0.00/1.00 vMB 805
115,255 115,255 000000000000944f90f4f8ec829ebb3d680d89f0f12d30780fc8220394749517 26 0.01/1.00 vMB 395
115,254 115,254 00000000000083f7fa1e8b53829cac628b6efe5dfe28e605f224101af14ed4b3 2 0.00/1.00 vMB 3,875
115,253 115,253 000000000000157810baecc7584c824badf9f665981da5bebee336349f379d50 7 0.00/1.00 vMB 0
115,252 115,252 000000000000c7029d7f2fa520657b514d3a9f81baf1c2f6b75fc4b8682b206b 9 0.00/1.00 vMB 705
115,251 115,251 00000000000055660a16239570601bce37f938c021ec8b42aea0b97635724af2 52 0.02/1.00 vMB 179
115,250 115,250 0000000000002284814a2382555140bd8e77c88e669f9be5f12d7c61d36fabcf 3 0.00/1.00 vMB 1,409
115,249 115,249 000000000000a0952e7aa9bad9e8d038f10c96ea593a7f42fb7f0050b7c0863f 34 0.01/1.00 vMB 1,211
Previous 10 blocks ↓
Total Size: 780.71 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: 554.94 GB
    • Received: 6.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.