Loading Tool

Explorer IconExplorer

Memory Pool

34,811 transactions
27.32 vMB
0.06918465 BTC
Random Selection Loading Transactions
Max Size: 148.59/200 MB

Candidate Block

Mining Attempt ab23201aedcde6a3b907f1ebcbe9622d5a37177b7796b2f29bb5a49098170e1c
Version 20000000
Previous Block 000000000000000000008b187f219cc3f69e593e98bdf58d96532c293b502389
Merkle Root a2e1c602bdce8cff9db3eac2cd4fe966ebf95b4e5bd65434957b9a41d88d7eaa
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.02879899 BTC
Feerates: 75.13 > 2.89 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,279 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,200 940,200 00000000000000000001b2fef622ecb30bb727f9b71caf97e4366fb307e9b2ee 1,513 1.00/1.00 vMB 0
940,199 940,199 0000000000000000000152323c4dade07c3a64e2e48d97604984747ebb5d0612 3,668 1.00/1.00 vMB 1
940,198 940,198 000000000000000000012fad63ccfc5d8483807b87917aa65e5d59e7ec955414 1,376 0.43/1.00 vMB 2
940,197 940,197 00000000000000000001b8e3dc6f927012cca20ab96505be9e29a66b97677cc2 4,731 1.00/1.00 vMB 0
940,196 940,196 000000000000000000002d8a4e29812fc3197407c82acba9a43cbcbbb750d22a 733 0.19/1.00 vMB 2
940,195 940,195 000000000000000000005202ff6165862ee09e9fb93e5a0e733ad6eaffbbf797 2,924 1.00/1.00 vMB 2
940,194 940,194 0000000000000000000075cc827dee3a6656260195cfd339372a2e96c70efb94 3,474 1.00/1.00 vMB 1
940,193 940,193 0000000000000000000196330505bfdc6fdc320bdf991e241a2d49f87c25a2b1 97 0.02/1.00 vMB 2
940,192 940,192 00000000000000000001bf85b588ef0c8175ff07ab52a582f218a06b6e53d384 1,439 0.46/1.00 vMB 2
940,191 940,191 000000000000000000001fc713d7905b1b2bdc4b4bed8565dfbf7817960c118d 2,143 1.00/1.00 vMB 0
940,190 940,190 000000000000000000001897d438f280de203fea047331cb6cd76b78d51682fc 2,733 1.00/1.00 vMB 0
940,189 940,189 000000000000000000016a4d5e1e7b9b6506b1c9b5f66811d09cd115f96d3e56 3,638 1.00/1.00 vMB 1
940,188 940,188 00000000000000000001b325742b56f62e5a8d09f0d337d4befb2b7fd3f855a5 495 0.18/1.00 vMB 1
940,187 940,187 000000000000000000018710b6edfd35564bee304167fb7b499b67dec54c2959 2,693 1.00/1.00 vMB 1
940,186 940,186 000000000000000000018cc749b2ef0e5b6fb311bb23d95c8b815f17c21961f4 803 0.33/1.00 vMB 1
940,185 940,185 00000000000000000000e4b5d6a9ab1adbb6a801f4ba58459e5f82fc274c094a 2,653 1.00/1.00 vMB 0
940,184 940,184 00000000000000000001b21069d20bd03f21ac2feccd1bd1332d98aadfb24807 3,325 1.00/1.00 vMB 2
940,183 940,183 000000000000000000002a6e5b5af33ecd7964fac41439750daa4b9ad290aad9 2,670 1.00/1.00 vMB 1
940,182 940,182 00000000000000000001b6f756fc4c4fcdd55ca0ac163bb56cca5284b08267e2 991 0.33/1.00 vMB 2
940,181 940,181 0000000000000000000058a3da06e377281b148505d3b85c5bc5ff12704e15f3 3,262 1.00/1.00 vMB 1
940,180 940,180 0000000000000000000016c9676356ac79d02dc9103d1af2b6c1fadf01d6e854 3,520 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.25 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: 4,445.99 GB
    • Received: 241.62 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.