Loading Tool

Explorer IconExplorer

Memory Pool

26,613 transactions
27.72 vMB
0.06410852 BTC
Random Selection Loading Transactions
Max Size: 132.73/200 MB

Candidate Block

Mining Attempt feb425ac819e92e757336a88e5e0b995c0c3b2e1e3f41045ea59d5d5e68109c7
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 78fa926228bbaeea8fcbbcb0bf3ff6e17bea2e79fc1848d373acce51ecfea8ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,897
Size: 1.00 vMB
Total Fees: 0.01131300 BTC
Feerates: 101.57 > 1.13 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (680,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,109 234,109 000000000000005bbd4a869dfe3363aec6b38b568179e9a5b01b9d178d1b0590 328 0.15/1.00 vMB 183
234,108 234,108 000000000000003c77c62bf52d46579f72ee83a682b5a5eeef8e116c3d98ec70 419 0.18/1.00 vMB 163
234,107 234,107 000000000000018ebb651a89c1fd1bf2e074c3807645403e84877ce2b11e7b38 124 0.07/1.00 vMB 74
234,106 234,106 00000000000001a6756ed1488b5fb64e3bdb9ff5dc74d2c9423dcb04f8548fbd 128 0.05/1.00 vMB 69
234,105 234,105 00000000000001a926379b8d9cb679810042d1dab8a6a65e839e552fec0a4558 1 0.00/1.00 vMB 0
234,104 234,104 00000000000000d5089ba8f244401214dc50802af111e223e6bdc1fbb7f5fa0a 244 0.08/1.00 vMB 62
234,103 234,103 00000000000000bbae9b0e1f522a6393267a54db91fbd52e84c52d3c07b951ec 196 0.15/1.00 vMB 42
234,102 234,102 00000000000000dd2c061cdf891f7c73507e3808ac7628d8c1b68d2b7f45dbb5 720 0.39/1.00 vMB 178
234,101 234,101 0000000000000195c2eada6f9f60cc3c45e405b32a08c435eb602333c66d9695 256 0.10/1.00 vMB 803
234,100 234,100 00000000000001a5413f79c2c17f384cb774af450d9b257bfd33bda1ab896ac3 667 0.25/1.00 vMB 183
234,099 234,099 000000000000011a3b27fcf04ded283a4c5db8a7394ba41f193b271d9532b2c9 542 0.25/1.00 vMB 188
234,098 234,098 00000000000000b9441d58d9bdc56975dadf9f69614ebb4e3d61035691d7a594 798 0.45/1.00 vMB 155
234,097 234,097 000000000000012b5c633850460924a06e12668c80d2ef58a21f5785cf1dfb1b 1,096 0.47/1.00 vMB 205
234,096 234,096 00000000000001a8b60e5458b8bb8aae28d8ca536c27792dab30a9f7cab16357 579 0.25/1.00 vMB 233
234,095 234,095 00000000000000b2ae4111d46f836bb6e876c115214b4274f69ae0aa8a276fe2 801 0.25/1.00 vMB 225
234,094 234,094 00000000000000cc9c36b06dab0daa809d03974cbbefc7f434a2eade7600250f 135 0.15/1.00 vMB 56
234,093 234,093 000000000000005cf1091a3eb10b0c55ca852c9adfc43fb780d15b4fc47dfd80 204 0.10/1.00 vMB 154
234,092 234,092 00000000000000697b28bfccbf9f476dfeb1af994a3cf3a32bd617037b63bc73 71 0.03/1.00 vMB 38
234,091 234,091 000000000000017e5c97659e7c032b9797a32ceb1e45e0a0a844162b06ca6464 511 0.22/1.00 vMB 176
234,090 234,090 000000000000002946ac07de865964c1182080f50004acd8c74ad9834448d7c8 152 0.06/1.00 vMB 183
234,089 234,089 000000000000014c0bfe4481b0748c30bdce5a89cab4e183c34405807a898ca6 181 0.15/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.