Loading Tool

Explorer IconExplorer

Memory Pool

39,805 transactions
31.42 vMB
0.08095436 BTC
Random Selection Loading Transactions
Max Size: 156.28/200 MB

Candidate Block

Mining Attempt 8b47604693a2ae0cfc63c48673a251497e67608e2e8f859cba6b12f09d32a212
Version 20000000
Previous Block 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443
Merkle Root 68499fde5c8e148b8bd44f88c979f342303ada503634eee564661b7564129e7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,588
Size: 1.00 vMB
Total Fees: 0.01648858 BTC
Feerates: 501.77 > 1.65 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,363 (804,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,311 110,311 0000000000006ce01af8b7d25b5112ddac565c60ca48a196e9705fbeec4da094 7 0.00/1.00 vMB 0
110,310 110,310 00000000000025f61aed4df1099b4344d534bcae88ae535aa21d264914ad2ee6 10 0.00/1.00 vMB 0
110,309 110,309 0000000000009a8c95fbaab279df5005cfedf921701c2e9463f1dc69afe09a29 12 0.00/1.00 vMB 0
110,308 110,308 00000000000007ed13cfe5182c638709dd3a2758beade42b6db98b7f1ab4254b 13 0.00/1.00 vMB 0
110,307 110,307 0000000000004cc205d44f3cdcee047787964533e727cd4f17f4115b08ec9a87 13 0.00/1.00 vMB 0
110,306 110,306 0000000000012b9552a027ae0bde87685c7edc00cb23dbb0e1bf5d3a1e5241e3 12 0.00/1.00 vMB 0
110,305 110,305 000000000000041348d97666feea3e7cc7f531d7612a749e95cad3418399ba50 12 0.00/1.00 vMB 360
110,304 110,304 0000000000018b4a6aa1f022f8c062c49dc9d3eb848937d503f552c09aed95e3 4 0.00/1.00 vMB 1,338
110,303 110,303 00000000000044f0f2bbe212cdff001ccbf7839f4f50561f457664b08c7b8790 11 0.00/1.00 vMB 344
110,302 110,302 000000000000f9ac8c732b77b969c59bef51936e581f6e55e5822cac9e8711f4 10 0.00/1.00 vMB 0
110,301 110,301 000000000000e1882a4d9b13215fb5f1ae8cd68276f622642b53ae9afb83171c 8 0.00/1.00 vMB 0
110,300 110,300 000000000000b8c3ad583c44e2655f5384f3e4e6a1f2a932b512ecc69a07cc24 17 0.00/1.00 vMB 250
110,299 110,299 00000000000076089ca5b5049e78ffc174bedf3ee8d0fbf83f77d6846d932d1a 1 0.00/1.00 vMB 0
110,298 110,298 0000000000016414548fabcffc14f305cc65362fa3069d69a896ab57a72ccb7b 1 0.00/1.00 vMB 0
110,297 110,297 0000000000002846a3ccb665ee14ba237155f52266154772dfc0d5c6d9ee2bc5 1 0.00/1.00 vMB 0
110,296 110,296 0000000000002a3de8a406e9a5647d94f4b4c1a36669a5cc33e057d3deed661a 6 0.00/1.00 vMB 0
110,295 110,295 000000000000e4edc30c8967b719ef819d62d5d739c27ff066f0313949d14697 5 0.00/1.00 vMB 0
110,294 110,294 0000000000018cc34b8f7b76ca69d6f532bce246f760c73da7ccbff78facbba2 2 0.00/1.00 vMB 0
110,293 110,293 00000000000114f3500076e1ffdafb5a8c812fceff445627079f960ea7f4e7a4 4 0.00/1.00 vMB 0
110,292 110,292 0000000000013f97e1cacc2158b22cc83466a45aa3a3cfeef1e9d75e2401ac41 10 0.00/1.00 vMB 0
110,291 110,291 000000000001047a7155eaa47fc7cfe8fd5b9bc622a1309fa117bd5313825637 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 593.03 GB
    • Received: 9.66 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.