Loading Tool

Explorer IconExplorer

Memory Pool

47,210 transactions
27.12 vMB
0.06651771 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt d49937e1e4652bae29c9c57396e5f39e586d4cc650f64fc3f8fe052fa7d852b0
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root c3d9b441c3cc70d1fcc0aa0b14fd2e5e6332e2319991333ba0b5d1ddb512b1d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,836
Size: 1.00 vMB
Total Fees: 0.01616990 BTC
Feerates: 100.17 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (809,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,302 105,302 00000000000037718f4ba1c990d61224ec0acd51027a2ad5056b1f173c34b9e8 12 0.00/1.00 vMB 0
105,301 105,301 00000000000219f7100d60d007deb58512d12e36528917a2cffb9ddd07dec38a 175 0.05/1.00 vMB 0
105,300 105,300 0000000000025eb91ef04637e2b3c9e76e3327161f15a94bbe8d019745bd57db 12 0.00/1.00 vMB 0
105,299 105,299 000000000001ae49b43899a1c5e14509b53b562fdc3effedcf8d02f4fa4f6d4f 12 0.00/1.00 vMB 0
105,298 105,298 000000000001200494f1b707b156526c59567ea5f67fd5677bc89c4a2c4deb7a 5 0.00/1.00 vMB 0
105,297 105,297 000000000000e097f028038873541b4afb0dfc87133212f12c37a8142a70e39c 13 0.00/1.00 vMB 0
105,296 105,296 00000000000010bc5dd0177add07608edda72018a65f06f680f4017a4558f859 8 0.00/1.00 vMB 0
105,295 105,295 000000000002f4be114d24b0fc5a7e8718574b25373f9d1c5ae2920e3b7a7a2c 29 0.01/1.00 vMB 0
105,294 105,294 0000000000026d4cda951a509950312de99aeaf56f58625d25b2489b3973fbe9 10 0.00/1.00 vMB 353
105,293 105,293 00000000000129167e131b1c45daf9335619dfebd308db45183f3a9883931143 11 0.00/1.00 vMB 0
105,292 105,292 00000000000125c0496aabcd70944fb32af478963d779a19f76e4961fe52f21a 12 0.00/1.00 vMB 0
105,291 105,291 000000000000ea3c905abc911e1c9a313bbe4c7748459d5fbba2ffede938abf5 2 0.00/1.00 vMB 0
105,290 105,290 000000000002f965157405e23607a5fcd242dd7df7e036de50c8e9756d331301 11 0.00/1.00 vMB 0
105,289 105,289 000000000000dc22518e965cfb7722e4bb92d8e4cddae6aec401d17cb8e47f04 11 0.00/1.00 vMB 0
105,288 105,288 0000000000013bfa7650681408b5f6bb1c2d56f128cc2d50075d6d7faf27d6d1 12 0.00/1.00 vMB 0
105,287 105,287 000000000002047a96fea299cb0c5514675731a6e82a8e21d5306d9c41506289 6 0.00/1.00 vMB 39
105,286 105,286 000000000000abd309b590789b4146962879b4c611aa6c6e70fb82d4d174a99c 10 0.00/1.00 vMB 0
105,285 105,285 00000000000279fe2d4eb238c89a0c5f30f549c68d607b2e1eca498cef7c6022 22 0.01/1.00 vMB 0
105,284 105,284 0000000000000ba4a71da61e558b1147274703880a2bc5a8aab532e779c819dc 7 0.00/1.00 vMB 0
105,283 105,283 000000000001f7beaa0edbbce5c8fb726aefd19988654d3e29a2e43898a29462 3 0.00/1.00 vMB 0
105,282 105,282 000000000001f8f7d484dff43f0cfc6a05c83f5e5a0ebaba9ea7079276ad0635 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.