Loading Tool

Explorer IconExplorer

Memory Pool

43,898 transactions
26.46 vMB
0.05884000 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt 88457b4e5e01e7eaf05043fe0666b60588fca58f85b46d6fe1e6a6a22fda6ee7
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root e158992db8fd6a5a141e387b97578b3717c16e1096edf960749bfc56c124c2d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,154
Size: 1.00 vMB
Total Fees: 0.01041244 BTC
Feerates: 140.50 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (796,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,147 118,147 00000000000047f38a6f685ecbaf9c0a4b7f4af526104c7ceeb4f56c4fba25a1 11 0.00/1.00 vMB 308
118,146 118,146 0000000000000cb3a524603039385fbb51604435658855d58de3db95cc9c4855 4 0.01/1.00 vMB 0
118,145 118,145 00000000000017d8e4ae6a6c6bc89e1ccb08d80935bf1b59c9eee1728ccfa77f 7 0.00/1.00 vMB 0
118,144 118,144 0000000000003ebb34050dcdd668edf369514cdde531e86f7ae45c6f2c7604cc 6 0.00/1.00 vMB 0
118,143 118,143 0000000000001dcdcced1ed403788a135366bf742a3b01b6bdaf01a04a7a7f72 19 0.01/1.00 vMB 591
118,142 118,142 0000000000001c359e5e761457fd51228c8be3fb9120ea50c0adef076403ee0e 1 0.00/1.00 vMB 0
118,141 118,141 00000000000003abba5e753a056afe7e9cecc7e42b44c9e36e41c00d364bff96 7 0.00/1.00 vMB 0
118,140 118,140 0000000000004c707bd0f12bfbf667484d857c61de0ea0ad6af2b80b87ac7a9d 19 0.01/1.00 vMB 279
118,139 118,139 0000000000006499f1fd61006d756834a3524ecbc1e22c279af100cfaf5c3613 6 0.00/1.00 vMB 0
118,138 118,138 000000000000b3685b87ccb839d4a9e0cdd5c4feaa95b2db196e0b6b84e27689 4 0.00/1.00 vMB 891
118,137 118,137 000000000000267da51b89482e2229f3d6173b3e98c8962fb74b5beb25f8183d 1 0.00/1.00 vMB 0
118,136 118,136 0000000000008081e361088087c80bf63b6e58416d2f6e7cce39c7d9e53bbcf2 1 0.00/1.00 vMB 0
118,135 118,135 00000000000048bdb861d7f0e01467bd31df84890f8b1ebc213b69727d145fba 6 0.00/1.00 vMB 0
118,134 118,134 000000000000bb193f298e49816c779d42fdc93374bf17d2ce8e8aab3da392df 10 0.00/1.00 vMB 0
118,133 118,133 0000000000008e85bd8e25c1b6613171be99a6cf06711c9f9076b9018fc47434 5 0.00/1.00 vMB 0
118,132 118,132 0000000000007654900c9b1333e332f84001c6f7ce02e43e1ea699246e21457b 3 0.00/1.00 vMB 0
118,131 118,131 000000000000328a3fab041d4591aef4d0738e0d2287238831c12497239447c9 2 0.00/1.00 vMB 0
118,130 118,130 000000000000374d704223eb5f74f246b613f4d47376cd1394e87e9dbbb5cfb9 6 0.00/1.00 vMB 397
118,129 118,129 000000000000412f1bdf2dd180dc488f68b1288948d31d06d4dcf1fc33618f3e 11 0.00/1.00 vMB 241
118,128 118,128 0000000000008e2e91cd1700aba5467fdccad361afc5cb7f2aee939dd6ce034a 1 0.00/1.00 vMB 0
118,127 118,127 00000000000008b96fc5eca36ef268d4df8c4c7dae6bd11686e473766a6e8a2c 6 0.00/1.00 vMB 446
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.