Loading Tool

Explorer IconExplorer

Memory Pool

77,101 transactions
28.42 vMB
0.08818944 BTC
Random Selection Loading Transactions
Max Size: 172.98/200 MB

Candidate Block

Mining Attempt 4197ce9fe6ca3fa2b6226d58ee4ddcea91b63e83bdc44e43c9475dd928c1b211
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 7a3d8353972a8ef4f183253369bc6a2cdfc395696869a0456a2e25be236f206e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.02460965 BTC
Feerates: 477.45 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (105,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,357 809,357 00000000000000000001b8888ddb75896dd4c49ce004c9cacaf14c1e1173a00d 2,702 1.00/1.00 vMB 34
809,356 809,356 00000000000000000002f43498cd3b84930bbaf26d3024f16db43b2e25500603 5,279 1.00/1.00 vMB 10
809,355 809,355 00000000000000000004e8dd84218a4ce4c10bf510f03fd8d191248d7868b7f1 3,318 1.00/1.00 vMB 12
809,354 809,354 00000000000000000002e368fae0d8dc62f00749a7078babeac8b3185a11d73c 1,945 1.00/1.00 vMB 14
809,353 809,353 0000000000000000000106eb1c2d9a4e027deba85f2d0de56e064ac6ef23c12a 3,675 1.00/1.00 vMB 13
809,352 809,352 000000000000000000047949ca96f4a7b323cde8abe2a3ffa16ba87e8cd976d1 2,304 1.00/1.00 vMB 19
809,351 809,351 00000000000000000000ffdea0f92da5035d9e9b07f1fb029d62e261baf52636 1,870 1.00/1.00 vMB 16
809,350 809,350 0000000000000000000037263ba8f2624c2eb4cb4fd2619323fd5c329f01a546 1,195 1.00/1.00 vMB 13
809,349 809,349 00000000000000000003039c279102ca8c947454259ccc157f7b4c22c9bd19bd 2,590 1.00/1.00 vMB 26
809,348 809,348 00000000000000000001561294b739255b63f22af3d41779fe085a1aeb0acd25 1,517 1.00/1.00 vMB 19
809,347 809,347 000000000000000000048f4833150ff57a3ba281f89c63d75ddc7dfd97cb5343 932 1.00/1.00 vMB 14
809,346 809,346 0000000000000000000010f540ebdd8ea3d52a2e84e65c4ba01c62a63b72c1a6 1,307 1.00/1.00 vMB 15
809,345 809,345 00000000000000000004d61592e835a690c1bd243aefc46e108794495ba76a5a 2,147 1.00/1.00 vMB 26
809,344 809,344 0000000000000000000168ff78d04e1f237e11bef1ec62e700ec846278b249b4 2,786 1.00/1.00 vMB 32
809,343 809,343 00000000000000000002e7bdecdc0ab936a24d407f16a97a255157f9989a261a 1,913 1.00/1.00 vMB 21
809,342 809,342 00000000000000000000f231e1b24255d0c028416efadbdfb2c6532c15311568 1,850 1.00/1.00 vMB 28
809,341 809,341 00000000000000000001e73b1c55118c6b7b3874870253e59d195203354763a5 2,642 1.00/1.00 vMB 33
809,340 809,340 00000000000000000002b5283ffde08db496ecd4e44083b6b6f3d9b396db274a 2,389 1.00/1.00 vMB 26
809,339 809,339 000000000000000000034532b3cac812c33d2dba48d9508cbd0c393e90eff23d 2,239 1.00/1.00 vMB 26
809,338 809,338 0000000000000000000078d36fe1b2bbc4b3e81f7a3d51453811fe4e20c12028 3,032 1.00/1.00 vMB 37
809,337 809,337 000000000000000000035dcdec59c274dbc9922eeb3b46b87952d6e3a4f90191 1,713 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.