Loading Tool

Explorer IconExplorer

Memory Pool

79,885 transactions
29.50 vMB
0.09379100 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt 2289065b31920cd1a6eb9bc0f0923a269da555b1e83f3b682ea23147307022b3
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2a0830c65c70399305976650b6d739b6126af052a6b70fdeaf8bd1dd721233d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.03101813 BTC
Feerates: 178.73 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (576,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,086 339,086 00000000000000000b9ac86410229cbc6d92d55ef986d662b8b1ba8771c3d21c 1,838 0.75/1.00 vMB 30
339,085 339,085 0000000000000000188de542fd76b1676c4be6c380b39ddea119358c290cebd7 1,024 0.41/1.00 vMB 31
339,084 339,084 0000000000000000013aa85f9cc7b6f7ea03c0b9c72fbfa850ab0a5c1813620a 1 0.00/1.00 vMB 0
339,083 339,083 0000000000000000015f8fb55d98f345c3c9f52b9cbc3251ed3952e74a6e6000 2,249 1.00/1.00 vMB 36
339,082 339,082 00000000000000000acdb24f5df1b309a6fb4c88736da0e588a6f39d68eb9b50 907 0.75/1.00 vMB 23
339,081 339,081 00000000000000000c411d5689c10178eba34cc1c2fe903bc5d9332e25cc8876 95 0.07/1.00 vMB 16
339,080 339,080 000000000000000016537884a8b2c9c8662de4c8e616aa6867328f8fdc4f4879 1,218 0.75/1.00 vMB 23
339,079 339,079 0000000000000000041f30d9ec2f0b205166d83205680332b9e0856a4d0a8e87 2,161 0.75/1.00 vMB 38
339,078 339,078 000000000000000000be4aa574ebcfb402eed13d7e6a2f63115a19a700c56191 1,637 0.75/1.00 vMB 37
339,077 339,077 00000000000000000030f9590ede66e0630f47b1a9f034559a53a05f3678b0c4 668 0.33/1.00 vMB 20
339,076 339,076 000000000000000004c418ee25a1ac7ed94a63b81e555e67119edc5d7ddd0746 499 0.28/1.00 vMB 24
339,075 339,075 0000000000000000048559a9f05b1c2e36601c8be10a88205748065810c12315 320 0.16/1.00 vMB 49
339,074 339,074 000000000000000017c2e36c3ccc87b6ff515a9beda2a18c972917fe06c9e942 66 0.07/1.00 vMB 11
339,073 339,073 0000000000000000076747b3b7650b4587f4c600fa7a2adf73e107184d7ed2cf 461 0.21/1.00 vMB 26
339,072 339,072 000000000000000005ff818419cd4e29ada00822a49a64d88e11e105c9ad1650 1,338 0.75/1.00 vMB 26
339,071 339,071 0000000000000000105d15403ad27d5b4c79cd756bb29e8a95a37e6fa151d92b 1,612 0.73/1.00 vMB 22
339,070 339,070 000000000000000013284c2fbd008784f6870a37717426440aa0c69280a8381c 512 0.21/1.00 vMB 28
339,069 339,069 00000000000000000e33ced43c7e36970ae99abc231b05a327b34437f048d2d2 2,141 1.00/1.00 vMB 32
339,068 339,068 00000000000000000e8599a9f90da2ea5490b25c041bd680845423f15aa8b921 1,263 0.59/1.00 vMB 29
339,067 339,067 00000000000000000b1a697122369279e0e3b78dd61365af5d876a3822d41702 302 0.17/1.00 vMB 13
339,066 339,066 000000000000000015c28029af6083d71a8c03297cd8a7eb698672f5f95ec123 632 0.39/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.68 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: 681.15 GB
    • Received: 16.44 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.