Loading Tool

Explorer IconExplorer

Memory Pool

76,075 transactions
28.47 vMB
0.10640497 BTC
Random Selection Loading Transactions
Max Size: 172.42/200 MB

Candidate Block

Mining Attempt 1c2a106c3c54f5220b39752511961a06d9f6a5f69f18caebc6b50e183bf3606a
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 0b8758ac0dd0610a933a134c25c43f5626a70fb0337d6876a66d546bdd000a8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,038
Size: 1.00 vMB
Total Fees: 0.04735274 BTC
Feerates: 101.65 > 4.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (114,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,094 801,094 00000000000000000004546754b88b6cc07821d5d0bbd874c243f827729b16de 2,477 1.00/1.00 vMB 14
801,093 801,093 00000000000000000003cdd59a8f0c86822324f2ed55ba0bc4169c7969548fbb 3,190 1.00/1.00 vMB 14
801,092 801,092 000000000000000000001431519959b41eb08c43bcb76f9b585417e1978f8373 2,156 1.00/1.00 vMB 14
801,091 801,091 00000000000000000003a9ed2810252fd54dab993d0f7b608e3c484f65ab14be 2,347 1.00/1.00 vMB 18
801,090 801,090 00000000000000000002464ea567e016521c6729fb69f031424b2e6c39ab8375 3,551 1.00/1.00 vMB 8
801,089 801,089 00000000000000000003835272f129cbb6ace0e37d16a4766c4d432c1d699c10 3,316 1.00/1.00 vMB 19
801,088 801,088 00000000000000000003843c457e16223c2ebdfa36bce5bab10423e7adadf754 2,863 1.00/1.00 vMB 15
801,087 801,087 000000000000000000011c0c922f52c2ec01add1c40e8c651e81ffb293d4b3f9 3,078 1.00/1.00 vMB 14
801,086 801,086 000000000000000000030a3e51b5466922e70190be5263043d338c9511e1cdf1 3,683 1.00/1.00 vMB 13
801,085 801,085 00000000000000000003a5ea73e95d5563a321dc9075f647fb9798363e186ffd 2,685 1.00/1.00 vMB 9
801,084 801,084 00000000000000000003b5a557edd9b1d2cb0cdbb6f7a4384cb3bef6eb34a581 1,626 1.00/1.00 vMB 15
801,083 801,083 000000000000000000003d4a50a99295b97811710e7a8adc75dabc39134268a7 2,556 1.00/1.00 vMB 18
801,082 801,082 000000000000000000014397840fb49400afdc76fc83e9dab575dfc658f2a1e9 2,309 1.00/1.00 vMB 10
801,081 801,081 00000000000000000004e18c180e3eed5755ce48beb7efba78f7242561b0f99b 2,881 1.00/1.00 vMB 10
801,080 801,080 00000000000000000000ee62bf2518e8f2d7541433d8f0bb0c098e3c53585e03 2,746 1.00/1.00 vMB 17
801,079 801,079 0000000000000000000204e1700143eefa91bc16c46989d7c85fdd7cc600728a 3,617 1.00/1.00 vMB 24
801,078 801,078 000000000000000000037ca3b3597e4ff2bfaa2ec3757b0d6c0d51f2a3556862 3,726 1.00/1.00 vMB 19
801,077 801,077 00000000000000000003a1b259f97957869c695d6c9efc43b67ea90ab2983edd 4,027 1.00/1.00 vMB 8
801,076 801,076 00000000000000000004e37ae99b6e689f5a5bf69dac4be292e2fdf90f93b2cd 3,687 1.00/1.00 vMB 9
801,075 801,075 00000000000000000002251e189479d9fa229751c39f2fba9135e3c4b8796ab5 1,183 1.00/1.00 vMB 6
801,074 801,074 000000000000000000038fb3212fee66c634aefe535ce5e1bdc87b721b581935 2,106 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.52 GB
    • Received: 15.94 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.