Loading Tool

Explorer IconExplorer

Memory Pool

88,301 transactions
32.18 vMB
0.13709720 BTC
Random Selection Loading Transactions
Max Size: 194.96/200 MB

Candidate Block

Mining Attempt 3bcf5f1092df7f3b7a747490d48531555c9c357b56def5213163ae3bc9247220
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 315ba9bc9a51f0064699b86b718a77df3e3d38012a8876e4d3d2814bc382c4d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.05089147 BTC
Feerates: 101.65 > 5.10 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (34,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,243 880,243 000000000000000000022d50b3cf64e2b2a056068a723a5e7325ca492cfe5ce8 2,955 1.00/1.00 vMB 8
880,242 880,242 00000000000000000000d5e59035f54b3dbeeed3978a5149f9c4eb36ac879788 3,315 1.00/1.00 vMB 10
880,241 880,241 0000000000000000000034433ad75814b84ac814c9baee2c823d924520965d1e 2,863 1.00/1.00 vMB 3
880,240 880,240 0000000000000000000089725dac72c889e5a45149ec7aa5f1b40b2df1036fbf 2,956 1.00/1.00 vMB 5
880,239 880,239 000000000000000000011c7486637f71b774022fc58f8b74393c90a6c276bd5f 3,230 1.00/1.00 vMB 8
880,238 880,238 00000000000000000001f161f429c363e1722c82ec89ac595f8aac61dd17227c 2,214 1.00/1.00 vMB 3
880,237 880,237 000000000000000000025a0e96f95cb44fef0913cfea3a9421100bbd0a65b898 3,128 1.00/1.00 vMB 8
880,236 880,236 0000000000000000000044a46fbd4f7269e69658ad3ec6cbe84d520d0d0c8ca0 3,247 1.00/1.00 vMB 5
880,235 880,235 0000000000000000000123a9f409cad558f4e269c4aa9cd5690c670c484e694a 3,597 1.00/1.00 vMB 6
880,234 880,234 0000000000000000000070a3f01649109da51b78bcda8fbe9261c7bd1ef364ad 3,102 1.00/1.00 vMB 9
880,233 880,233 000000000000000000012c175cd1df426555da67b02545fc4709a59f2bb07874 1,801 1.00/1.00 vMB 4
880,232 880,232 00000000000000000001449d76fc3f5c195217d9e4331c04c136bff9783bf368 2,942 1.00/1.00 vMB 7
880,231 880,231 0000000000000000000145ef1bd959e17a9ab067b2b1343e553dd527973c9a00 2,448 1.00/1.00 vMB 6
880,230 880,230 00000000000000000001505ed7ab16a698bd2bd1eade4b968f225b508fca2edc 2,844 1.00/1.00 vMB 7
880,229 880,229 00000000000000000000778ded362579e7b5db2f6482852a2585c37786dd7080 2,428 1.00/1.00 vMB 6
880,228 880,228 00000000000000000001955e9223c3a9f1425c78c5e159b3a13643de7e445858 3,598 1.00/1.00 vMB 9
880,227 880,227 000000000000000000004cf851cb77a03a2e7a8d1ec1bad7361814757f49a4fa 3,251 1.00/1.00 vMB 9
880,226 880,226 000000000000000000007a710abe4302be29d9c188d1e700251cc04125b63d59 2,862 1.00/1.00 vMB 6
880,225 880,225 0000000000000000000207fa3335ef2bd21c46d6c8797b427a4d158a25b9a18a 3,184 1.00/1.00 vMB 7
880,224 880,224 0000000000000000000278725464d8d67ad316d7932babc717c6a1a7ba60b0d0 2,826 1.00/1.00 vMB 8
880,223 880,223 000000000000000000027a7a86a1f1eddcbc64819a614be4bba86e6b0947570d 1,284 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.