Loading Tool

Explorer IconExplorer

Memory Pool

44,675 transactions
27.39 vMB
0.09544858 BTC
Random Selection Loading Transactions
Max Size: 144.72/200 MB

Candidate Block

Mining Attempt 0ab7d7c62bc410bdcb31ba98a1e2e985f8010df4a63ca2e3277f433434718c95
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 52e518c5bf0d28ebe0fd161d45d50813285d7e0c3153715f0426873e9d5e14a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04402538 BTC
Feerates: 150.75 > 4.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (115,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,241 799,241 00000000000000000004b4bdc027f8bc6be6a951c3a5887ac6a69c215002ba43 5,475 1.00/1.00 vMB 9
799,240 799,240 0000000000000000000452b0c17e3827204ba483c0ce64ee10e11f65e8b64166 3,500 1.00/1.00 vMB 7
799,239 799,239 00000000000000000003a8078aa2c7ea43e30a071ab219b6c7c769b077b70e07 3,361 1.00/1.00 vMB 14
799,238 799,238 0000000000000000000225291e171df90ca74348773ccf8a2ad50fdfdfb20bf8 3,541 1.00/1.00 vMB 14
799,237 799,237 00000000000000000003216a26e1dc0627547075ea007d628ee8f53b0ff42086 5,325 1.00/1.00 vMB 7
799,236 799,236 00000000000000000001cfeb3508bf124acb827dbe2eb1f1d4d83a96496a77b3 3,963 1.00/1.00 vMB 7
799,235 799,235 00000000000000000003a971a3bd2513f107b869cc4110c4fe63863e30860547 2,931 1.00/1.00 vMB 16
799,234 799,234 0000000000000000000355bb9288443edb6087c759d67eb9815d3cda8efae2a9 5,670 1.00/1.00 vMB 6
799,233 799,233 00000000000000000003661f8686a6eb3694a2ffbc810d5058f31fc48b9ea03e 3,980 1.00/1.00 vMB 10
799,232 799,232 00000000000000000000882023825176273fb8ae3ba10ab5e7bccb3f1d7e7a49 5,111 1.00/1.00 vMB 7
799,231 799,231 00000000000000000004d8892f2931f004a9098d52757e97b0f3b4ddf83b4e4b 5,294 1.00/1.00 vMB 8
799,230 799,230 00000000000000000000e6cc629e4cf68c52379d4c1c68a21a0d43395aa407c8 5,679 1.00/1.00 vMB 5
799,229 799,229 00000000000000000002356c053174ad3dcd9b867f83e5e8251e69783b8961dc 4,588 1.00/1.00 vMB 10
799,228 799,228 00000000000000000001449bce46f86dcd02fab98cf3807b0ea4497dca27c09f 4,459 1.00/1.00 vMB 7
799,227 799,227 0000000000000000000088f4261397166f7656b467609bfd53bcbbce0c1b4567 2,981 1.00/1.00 vMB 16
799,226 799,226 00000000000000000001a98ae842e026a2ae82a088ff15f4d0aab9e66dd7dbb5 5,847 1.00/1.00 vMB 5
799,225 799,225 000000000000000000026db4dc77a4e0d08f6785ca663c22ea30cd340084e229 4,309 1.00/1.00 vMB 5
799,224 799,224 0000000000000000000412d5431e9744b83237a9487257bf8de0c758883a671a 3,584 1.00/1.00 vMB 15
799,223 799,223 00000000000000000002fb4deb27dde2c49c8c73ec6495d1e33580938fdeb3b9 5,608 1.00/1.00 vMB 6
799,222 799,222 0000000000000000000040b0ae08a3bc01b2c87cef01a774fc3051c05b510197 4,212 1.00/1.00 vMB 9
799,221 799,221 0000000000000000000435a3f3b01a43b4b5c8f1fa982bc2f15684f340d1d0aa 5,343 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.