Loading Tool

Explorer IconExplorer

Memory Pool

45,936 transactions
33.05 vMB
0.17143749 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt 34a5b76be7c2a3a803b1872917c2040161b915c3e05e40810f0b34244b5af970
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 0781fda01c1a73a6e3684046bce8351d2e7d1b888bdfd19d5eac6ba5edcd9365
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.08677607 BTC
Feerates: 301.60 > 8.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (807,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,136 107,136 000000000000ebc00c40caa33c1b286323ca6f34c0166daa8cbeac786dc222ca 2 0.00/1.00 vMB 0
107,135 107,135 00000000000230cb0826e4dec6ea1b17750c82d939acf9fc6b53c65b7543271b 2 0.00/1.00 vMB 0
107,134 107,134 0000000000026ce848e13e7c3c08ec524fdd5a4fdd6878a5815044ecea596ee6 5 0.00/1.00 vMB 0
107,133 107,133 000000000000a0379b3139a74b9ad6671dbfd913f31dcae7b8058d0054b883b2 1 0.00/1.00 vMB 0
107,132 107,132 0000000000016ec4aef4135248bbc5ad026a2eda31c646c0926f201461cab702 1 0.00/1.00 vMB 0
107,131 107,131 0000000000028348ebee5974d999a9b7118d97856b7035d23e2bc9e9fe2aca15 1 0.00/1.00 vMB 0
107,130 107,130 0000000000019ac3e92e48ff48f27924579548f785ed67a3752eb343326e5db6 1 0.00/1.00 vMB 0
107,129 107,129 00000000000119669d39de23de1fac1bb62aca3182833f568588e9086bfa2f12 1 0.00/1.00 vMB 0
107,128 107,128 0000000000001f459ae2bafe1a1eafd5996b54e547cdecd44c9d89e2e5fc1804 2 0.00/1.00 vMB 0
107,127 107,127 00000000000250b4327da09d2d14c74b4c2760e0973b32edb1928d34ea91a0c1 8 0.00/1.00 vMB 0
107,126 107,126 000000000000992514f4369fba7b9ca664cb014d41e839092941afbace585886 19 0.00/1.00 vMB 0
107,125 107,125 000000000001b34a447a65cddeb4e3b02bb28fbf24c708fe91ff25f38dbf03cd 4 0.00/1.00 vMB 0
107,124 107,124 00000000000029c17944c5e854024671b7c7855529daf428d4fa8aa44e385240 1 0.00/1.00 vMB 0
107,123 107,123 000000000001327a8192fbc2d0863098b655a15c2ad7b122b752229dbd97ac1e 1 0.00/1.00 vMB 0
107,122 107,122 000000000001734a9a145c32ecd9d0413c6c40ba0b4f30502c9d81bc1ba61cb2 3 0.00/1.00 vMB 0
107,121 107,121 000000000000a98f563ef8cfcae2f3f74b811149773bb1a92337262cb9bc5ad4 3 0.00/1.00 vMB 0
107,120 107,120 000000000000670581a76655db7271250223ce56c73b28ebb43811d283e5faaa 8 0.00/1.00 vMB 0
107,119 107,119 0000000000022c2e8ce4d8500f56a42695e11beea947e9438c0326e2e0f7415c 6 0.00/1.00 vMB 0
107,118 107,118 0000000000005d96687967e25d2a4aa1de5ff15c295bd8eaef362642dac3451f 16 0.00/1.00 vMB 0
107,117 107,117 000000000001b0252859df01207a164b0f33cb20bc22a3695a9e6391c0296c03 2 0.00/1.00 vMB 0
107,116 107,116 0000000000008b7b215cb9a3c8377ee9034fdde19f5ea09138dcbdc6563719a6 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 591.11 GB
    • Received: 9.61 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.