Loading Tool

Explorer IconExplorer

Memory Pool

95,094 transactions
25.89 vMB
0.13681805 BTC
Random Selection Loading Transactions
Max Size: 172.38/200 MB

Candidate Block

Mining Attempt a8273f5a611e890ccd0c7fb0d2efdf5b61af3f25119e37f3eb4d50de29931003
Version 20000000
Previous Block 000000000000000000002083b399e7a761a10f0ab5e7cc53323b3d79690a329b
Merkle Root 435c7b78c92d4fc9457488b25e3e481e1de0f87a4873613d2706f8d443c23a3d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,080
Size: 1.00 vMB
Total Fees: 0.05325742 BTC
Feerates: 342.60 > 5.34 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,037 (914,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,174 1,174 00000000976317d31e8d80cb68f4ce62f32f5e808bc169aceeedcfc65cd4610a 1 0.00/1.00 vMB 0
1,173 1,173 0000000054ad9ef57703ad41d194197f44048b09cd472badf53a5246a3713222 1 0.00/1.00 vMB 0
1,172 1,172 0000000088050140d2390ff996e2c3036b2594562441868303d3bed3b02f53c0 1 0.00/1.00 vMB 0
1,171 1,171 00000000cf0fd555a9230400d78e655f1f5f44534897e3942d96f27076095405 1 0.00/1.00 vMB 0
1,170 1,170 0000000037a74bef375488f46021f90d3690317a16f885a4e8f41e255d5dde09 1 0.00/1.00 vMB 0
1,169 1,169 00000000e387669a236a5a5aa809b33ec8f9dd4cd5d9bffe017ee5f20f004a46 1 0.00/1.00 vMB 0
1,168 1,168 000000000ef8725eb972f2426f7e63a0393abbcc3c9f9d0402adb77a14d6b5ba 1 0.00/1.00 vMB 0
1,167 1,167 00000000f0767ad76279839d0fced591231529c8b53d6ee282c6fd50d7c89660 1 0.00/1.00 vMB 0
1,166 1,166 00000000916b7ad3fe0820aace4b006c8f1b3cf31980d321bd6bed6dd62418e1 1 0.00/1.00 vMB 0
1,165 1,165 0000000096802223977e8859bc89748566516f34656c33b9a74179078f78819b 1 0.00/1.00 vMB 0
1,164 1,164 0000000055c07c7afc4614c6eb8135233fbededd3560163c4f68ed2f7635a924 1 0.00/1.00 vMB 0
1,163 1,163 000000002feb5d88964e58ace2ca025968febc52ba0e9249b452a741c3d619f5 1 0.00/1.00 vMB 0
1,162 1,162 000000005ef21d4d4f403af302b3f855335e85a0e7ead44c2cb5ec1bb3be30d1 1 0.00/1.00 vMB 0
1,161 1,161 00000000a51304fe9f8c826c8434ff8b8f6926cf14e10ee34657a6c9daee8e4a 1 0.00/1.00 vMB 0
1,160 1,160 000000003d95af8bf9bdb1763add503b090c7c99ca6765707dc0d178956bef87 1 0.00/1.00 vMB 0
1,159 1,159 0000000084da3f864eec07bf66533f4a7cc980198c738e16a83a1f24d902b4dd 1 0.00/1.00 vMB 0
1,158 1,158 000000002c868f123dc8b3b490665dd6f519a23b651b5c50d84f1279b64a44f0 1 0.00/1.00 vMB 0
1,157 1,157 000000008b875c8c5d25fcf66aca787e77572f2e57f5cbdf593d769d064b18f1 1 0.00/1.00 vMB 0
1,156 1,156 00000000bec4948cf315910ff844cd28f553afac320755783ed0f2e2f0aa2382 1 0.00/1.00 vMB 0
1,155 1,155 0000000042c37bff3a0a89a0460b76b7e8fb9bca1ab626ababbdf9b5cc47929e 1 0.00/1.00 vMB 0
1,154 1,154 00000000259e1bc251ed1341c5c905ac3497ba8cb8a6669cacf14fc396e02313 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.19 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: 811.97 GB
    • Received: 23.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.