Loading Tool

Explorer IconExplorer

Memory Pool

83,236 transactions
31.42 vMB
0.10497271 BTC
Random Selection Loading Transactions
Max Size: 192.14/200 MB

Candidate Block

Mining Attempt cba9bcb54363284fee816889190d98d2333c3ac01cff21ab7c58565389fbdfed
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 5430734a7cfc827722718ef7c567279a3d502ece8da8e9811cf360e4c3c231f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.03335777 BTC
Feerates: 301.05 > 3.34 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (324,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,192 591,192 0000000000000000000ef76d5a0f9763f1c6cb1ac42770c4cab49f6ec55b0636 2,500 1.00/1.00 vMB 20
591,191 591,191 00000000000000000005b1480e51842a949a77f911184c76bb28bfaf25f395d1 2,524 1.00/1.00 vMB 30
591,190 591,190 0000000000000000001495e07688751c16a06be3d0b258d7b6c5afdf38f669a3 2,955 1.00/1.00 vMB 47
591,189 591,189 00000000000000000011c6f5af230761092a431ffedc5bb5f263f9c76393279c 2,745 1.00/1.00 vMB 66
591,188 591,188 000000000000000000166a1d2d54651f31a8b6abae8c2456c64729b554cc011f 3,225 1.00/1.00 vMB 60
591,187 591,187 00000000000000000013733a7795484e7c8f23030351888a985560dc677386d3 2,334 1.00/1.00 vMB 42
591,186 591,186 000000000000000000081c7f48eac77b8bde63bc433a246aaffbf7fed90df359 1,681 1.00/1.00 vMB 27
591,185 591,185 0000000000000000000f8cb7ecafc865850bfe041a55eed1c3cda7ff875c567f 929 1.00/1.00 vMB 11
591,184 591,184 0000000000000000001a9c90df36fa69295f8a7027a196075d3721717a7deaa9 2,624 1.00/1.00 vMB 26
591,183 591,183 0000000000000000000cdd0617a9b37b67634cf94aa2ff08d6bf4fbad2e0bc8d 2,657 1.00/1.00 vMB 40
591,182 591,182 000000000000000000126df1340b6ea42957792e83eb2760091b1bced9047eb3 2,116 1.00/1.00 vMB 28
591,181 591,181 00000000000000000014a99d5c6534e03e75cbb0f438660a10e0cbd1ac691e02 1,825 1.00/1.00 vMB 33
591,180 591,180 0000000000000000001b38b837c559b627cae48e42407e5b1e41f57a046e3266 1,358 1.00/1.00 vMB 12
591,179 591,179 00000000000000000004a882aedf6f47e8795301d48c58d1c272c3d8cb38f377 2,225 1.00/1.00 vMB 24
591,178 591,178 0000000000000000001ad7957187b21afb3905006bb3e547bab0e90f55a57f87 2,629 1.00/1.00 vMB 57
591,177 591,177 00000000000000000011202518f5f0780f64ffe9c8e902dad50d45fe8ed9652e 2,411 1.00/1.00 vMB 31
591,176 591,176 00000000000000000010850d44cb93ed087478ec844b9c022a048bea34ee9e54 2,224 1.00/1.00 vMB 53
591,175 591,175 00000000000000000013240c3455cce38540a6eeb6b87ed59c0abbfdb8d0b384 2,837 1.00/1.00 vMB 48
591,174 591,174 0000000000000000001b75b45835579813f8ef1ab469f53f38b2d24a1bfdc870 2,063 1.00/1.00 vMB 19
591,173 591,173 0000000000000000000cf165fab44ea472a4f0bed49c30d52014b6b406e14678 1,106 1.00/1.00 vMB 12
591,172 591,172 0000000000000000000c9b15367eedbe048004f9abe2ce5f9058070434c1f58c 1,568 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.