Loading Tool

Explorer IconExplorer

Memory Pool

37,442 transactions
27.31 vMB
0.06334880 BTC
Random Selection Loading Transactions
Max Size: 139.45/200 MB

Candidate Block

Mining Attempt 4df090147eba6d1c5a2ffabbf30720b71fee66dcbb2e9e977d8b9cacecba3a65
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root b5f41871bcff567e3c9df0c93791523764da4e921ebfb13b7c22b779c39401da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.01195291 BTC
Feerates: 71.22 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (903,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,314 10,314 000000007e979798dce6515b9e445db0b7fd4a3e65d54af72376718c1f8bab90 1 0.00/1.00 vMB 0
10,313 10,313 00000000973e8ebe9a53f75b871b0838dae6378b88214acb2f529c0bcd76f512 1 0.00/1.00 vMB 0
10,312 10,312 00000000414e8035c953126a449e304b25880e1a109cf49ff2e1c6f8d7526cc3 1 0.00/1.00 vMB 0
10,311 10,311 00000000bfb74b00ce559a6d0017dd85a45380cc6c35075681c829e3af3186b6 1 0.00/1.00 vMB 0
10,310 10,310 00000000bcdfea08bea0259023884c75d23c79f00d39b3a05e19dcb30f0948cb 1 0.00/1.00 vMB 0
10,309 10,309 000000003694b20c46e6a2ca444cb7074de4a8978d005b97d779ed874913108d 1 0.00/1.00 vMB 0
10,308 10,308 00000000f23c0f38a2e3a47f567a16516d97a36dd75291e416f49c67e83e3f2a 1 0.00/1.00 vMB 0
10,307 10,307 00000000d8c7cbf455a3990445cbd43124737c0e5d93506d3a4fe82a42dc18c1 1 0.00/1.00 vMB 0
10,306 10,306 0000000039424465b614047076e89904cd515218a16c36c4e6ab1ad4aa580ac0 1 0.00/1.00 vMB 0
10,305 10,305 000000004ea868d2048bbefad2ee3067cd3560480531892d14e89c142bfcb1f2 1 0.00/1.00 vMB 0
10,304 10,304 000000004627f0dc9e5f22c371ab533b0aa63a66a70a75ab432bf246aba55016 1 0.00/1.00 vMB 0
10,303 10,303 00000000bc8fd6934976368faf89091e9dd91874abcf84be29787ce3a7a95b69 1 0.00/1.00 vMB 0
10,302 10,302 0000000084ddb51e62f9bb48c6bb3a924e6332a820d551e0dde99463668314ba 1 0.00/1.00 vMB 0
10,301 10,301 00000000517960a7a42852c9bca0b371a5376895f9d8bbd7d6739535692f751a 1 0.00/1.00 vMB 0
10,300 10,300 000000001a02dd5ed3e0d6259139cf3ef6a981a1a723f431314039da8e7c6fc4 1 0.00/1.00 vMB 0
10,299 10,299 0000000093e7686ae17b5690a7ef88977e5b97e44e19c4ca733cbdd310599e37 1 0.00/1.00 vMB 0
10,298 10,298 000000009c0486752bc2d21e62ea864a72559d91217d3a8d216200c25f447826 1 0.00/1.00 vMB 0
10,297 10,297 000000009df130c315270c6fe1daab793b08b1d151a3bbfb7aacb17583a96afb 1 0.00/1.00 vMB 0
10,296 10,296 00000000b2388fd50f0bb223e36d65ad4026880fd948397d5d653a4845405cf8 1 0.00/1.00 vMB 0
10,295 10,295 00000000b4adc0e96fbc425b0eeb1328c0ff41bb996de269beda5f24c75b634f 1 0.00/1.00 vMB 0
10,294 10,294 000000008b9cd37e1adff23e5885ccbe56736cfcce53a665b438433ffaf35366 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.33 GB
    • Received: 8.73 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.