Loading Tool

Explorer IconExplorer

Memory Pool

74,520 transactions
27.51 vMB
0.07142967 BTC
Random Selection Loading Transactions
Max Size: 167.84/200 MB

Candidate Block

Mining Attempt ba4323afe6743705224064ed05b6a7d055ffcd1f14b69147f67a0c16605e6ecf
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root 1d2de0fe114d64fc643670f812a48e1ac4e288ba23a36e8771d7e7fed15061eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.01265911 BTC
Feerates: 301.05 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (904,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,687 10,687 0000000059b0a71a500c36cc27363c07915065c66019f816750beb8009f53503 1 0.00/1.00 vMB 0
10,686 10,686 000000009139b2526f1a44ce544308ccfeb548d948540689a40a4e06083a527c 1 0.00/1.00 vMB 0
10,685 10,685 000000002bc555ffe872f7a8efa3be1654dba8081703dbf2c8fc589e10a1e0e6 1 0.00/1.00 vMB 0
10,684 10,684 00000000eef3d5eaf940843dfe21f4c2a74d1ca53dd59935e6c874549af70c7b 1 0.00/1.00 vMB 0
10,683 10,683 000000000d8d33fd7b14e1acbddbc862249af561d9ff784db8de67c22f7dfa1a 1 0.00/1.00 vMB 0
10,682 10,682 00000000de9de869bf3156c05ea6090a12961eb4fbc9cd98cd5ca86726d05c9b 1 0.00/1.00 vMB 0
10,681 10,681 00000000e1c3cf86ce1d98ec295db97c215362267ecb02381f5d1d6bfac7889e 1 0.00/1.00 vMB 0
10,680 10,680 00000000fae2b0f57bf4ae3348aabbdf6cd726ea32470643879653cbecc818c5 1 0.00/1.00 vMB 0
10,679 10,679 000000005964187456cff02afe1f0e3f7618fc242c233f7b89514837a007f52b 1 0.00/1.00 vMB 0
10,678 10,678 000000002ef5879f49b74a75f5aee5d263e7504e6ddc3cb63d9d23ee58180818 1 0.00/1.00 vMB 0
10,677 10,677 000000003e7f087bf817eab16e293e255c698e251d752641d970223c8380545b 1 0.00/1.00 vMB 0
10,676 10,676 0000000063a64a5fb835ed61a0e42fbd0b8519084d84af5e89aede588456f2ab 1 0.00/1.00 vMB 0
10,675 10,675 00000000f203783e7c519356c2020b5db282c134b467f54d910b73e40ab24055 1 0.00/1.00 vMB 0
10,674 10,674 0000000011710a22137a6873be51975a9aa6928db1ba197a77e2cc0c562d60de 1 0.00/1.00 vMB 0
10,673 10,673 0000000018a1509f557c0b2a7cbd29e26d7aa1269a4b8dd91f2e6a0f33df84f1 1 0.00/1.00 vMB 0
10,672 10,672 00000000ea50d78f2b2fb710efd62571926a5a568098030658091223bb1a91e5 1 0.00/1.00 vMB 0
10,671 10,671 000000008e941e59264decfef4ee71d5ceec883f395c5e062cefaf06fe27baa0 1 0.00/1.00 vMB 0
10,670 10,670 000000002b2b6a7ec35466ad51c53e6aa1cf594a500217bdb27b8c88489cab2c 1 0.00/1.00 vMB 0
10,669 10,669 00000000368152f8ab185ca5946c99d8ea27fa49e7aad9df6fd7b04b04f9fb48 1 0.00/1.00 vMB 0
10,668 10,668 00000000017a7f8ff9ab6a0aa12447db759e3c33dd565011ebc535edf4b1b337 1 0.00/1.00 vMB 0
10,667 10,667 00000000543124434251aa0ab9b91f059f42d6ef51edb9eb8f326a5840361888 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.