Loading Tool

Explorer IconExplorer

Memory Pool

45,201 transactions
27.16 vMB
0.07254038 BTC
Random Selection Loading Transactions
Max Size: 143.10/200 MB

Candidate Block

Mining Attempt f784420d2cc87d114c2e57263e3d6c579e9aa8cd927c52707368f843dee30248
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 53797b8e4d773742b6a61f8fc37fd1ad7806ac4df2e7b13d9c11e59c29129891
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.02203715 BTC
Feerates: 251.72 > 2.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (186,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,910 727,910 00000000000000000002a4e565aba89d5773f6368fc4217c0d98a95ae1a0a3ce 993 0.68/1.00 vMB 6
727,909 727,909 000000000000000000029f1489f3034d2847334fa03209253ec6d0f6347352e3 1,182 1.00/1.00 vMB 4
727,908 727,908 00000000000000000005e2ac4b01fbca007612a718ce8ab9679f16d3ebb5789d 559 0.25/1.00 vMB 6
727,907 727,907 000000000000000000023fc0d5891a4d0949b3364a7ac96bbece13bcc0a95b38 1,524 0.55/1.00 vMB 7
727,906 727,906 0000000000000000000898befdf617ebc19023ce39f664d2c1d96573302511d7 1,503 0.78/1.00 vMB 4
727,905 727,905 000000000000000000032f7f2dca549c303486a2b7fe30a582de98383d31417e 1,834 1.00/1.00 vMB 9
727,904 727,904 00000000000000000003a00a45e49aca6ba617a3f852250e8da54303d8c79788 1,376 0.98/1.00 vMB 4
727,903 727,903 0000000000000000000a26da421ef608319ca8b637da44cd42dd56ba90bf0c11 2,058 1.00/1.00 vMB 10
727,902 727,902 0000000000000000000138c0aea28734555f052f8c2d8dae7abbe42533e9419f 2,415 1.00/1.00 vMB 2
727,901 727,901 000000000000000000004bc0a6682aa55054e1e97b1925a88ac92d6023b4689c 1,944 1.00/1.00 vMB 9
727,900 727,900 000000000000000000003e9e0a9da44d9e2a554d4f6145fcf2ff8cf7ff00a8f5 1,749 1.00/1.00 vMB 12
727,899 727,899 0000000000000000000255ab6144e20a1b1de68dbb5f41a0d1e8846344d4e674 1,810 0.91/1.00 vMB 2
727,898 727,898 000000000000000000086e9258780efa23f90087aa60afb6d1d8b8bc5fdda8a4 1,525 1.00/1.00 vMB 6
727,897 727,897 00000000000000000005bad02a1418d73ac72941ddb32bc90f346d33814726d8 2,453 1.00/1.00 vMB 6
727,896 727,896 00000000000000000009d7acf62c661c2a85bdf2ce12445666a43f3686e007d2 2,666 1.00/1.00 vMB 18
727,895 727,895 00000000000000000005ecd02e741e7cbf0926cb3007f1ff79889fd9e7a9ce64 1,097 1.00/1.00 vMB 7
727,894 727,894 00000000000000000001239a0a0df7a20c04654a82f3d4e92eea231b90d42e1e 1 0.00/1.00 vMB 0
727,893 727,893 0000000000000000000157999b1c5b00c241b64ad8364cd48f15b8d33e0b9fa1 2,302 1.00/1.00 vMB 11
727,892 727,892 00000000000000000004db098b5c550c152cd3d064d0312928a9fee3159d6ea4 1,217 0.59/1.00 vMB 8
727,891 727,891 0000000000000000000745c51a69aaf67017cea6580599f9fe23a79a0f74815c 541 0.24/1.00 vMB 8
727,890 727,890 000000000000000000011f75ba39bcae0aecfcc838fddf07921af8f22112d278 2,127 0.79/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.