Loading Tool

Explorer IconExplorer

Memory Pool

77,859 transactions
21.46 vMB
0.05606691 BTC
Random Selection Loading Transactions
Max Size: 142.76/200 MB

Candidate Block

Mining Attempt 10e368b192844373805201bdd26a30123d03b3aafffae80e5c695a5d10b3a868
Version 20000000
Previous Block 00000000000000000000d2b07af395bbd20dcae576411173b6bdcc10daa78274
Merkle Root 3ca6406e33a08924b867409cda9033ce1b315b82d94e4643502e73ea813421f3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,559
Size: 1.00 vMB
Total Fees: 0.00726334 BTC
Feerates: 199.00 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,137 (914,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,220 1,220 0000000047e2deb17c9084a5940152048a485c04e7b85145eb58d001c641c89b 1 0.00/1.00 vMB 0
1,219 1,219 00000000924e36aed155fe03fdfb5e351ab618c7815815350cd21c0bf5a05693 1 0.00/1.00 vMB 0
1,218 1,218 00000000e51c5e124b5b690fd5143f8bd543e73068a4d0ddd9bc01e8ce0e3633 1 0.00/1.00 vMB 0
1,217 1,217 000000003a5b63b85bdf11159dce1ca095e0c5168ef718d2f9e36654992eefc7 1 0.00/1.00 vMB 0
1,216 1,216 00000000e3e144a9089a12f84aed842d4cad995e212cc4e8662d1766f8aa3de3 1 0.00/1.00 vMB 0
1,215 1,215 0000000032eb03ced956310a68a58e267e343d827adf8baf7c5c7fddce70b848 1 0.00/1.00 vMB 0
1,214 1,214 000000000cdd87ee87ceceadf1cbb9e6c022be42b5668ce5bac02eb597fb4c14 1 0.00/1.00 vMB 0
1,213 1,213 00000000b14eba5b24c1319db46116b447984fccb0ae5409ad42839dd8cb6a73 2 0.00/1.00 vMB 0
1,212 1,212 00000000e7f89d2ee842c8be0fabdcfb16fd633a27d2033c1e8afde8251f1381 1 0.00/1.00 vMB 0
1,211 1,211 00000000780466fcb330e60ac640806c8db5a9fce4f16b8ec04b774347a15117 1 0.00/1.00 vMB 0
1,210 1,210 00000000b35633852811643943145d4412b8058fab7e7fc258726575e8b3f15e 1 0.00/1.00 vMB 0
1,209 1,209 000000007f012928cfafbad8787f42c7f303f2ec7285ad0407930e061abdd264 1 0.00/1.00 vMB 0
1,208 1,208 00000000a949a93111b3b55ae95dd6522a6ff925e9caa0bfb88575333d71dbc6 1 0.00/1.00 vMB 0
1,207 1,207 00000000206be65b27f200bc6c642c4d31fda97142c04e20ae6ffb111a88af93 1 0.00/1.00 vMB 0
1,206 1,206 000000006acde06ce6e26138c93848a595511fef93c4dd68e330332ba9604217 1 0.00/1.00 vMB 0
1,205 1,205 00000000cd2aefa450b4f3615caac2d2f9b8d555267c43c1dc63fdcf93c1168e 1 0.00/1.00 vMB 0
1,204 1,204 000000000316e604c093c233987a8df534ee40abe9618a189f512baab84d63f5 1 0.00/1.00 vMB 0
1,203 1,203 00000000eeafc92caf8a697abafaaf35474f557392aab520d1867569801251ed 1 0.00/1.00 vMB 0
1,202 1,202 00000000986aeca27988ca4a2f456d53fc8ff3a6976cdefb97a7bc172dfb8c12 1 0.00/1.00 vMB 0
1,201 1,201 00000000e6fbf1fd197e80e1e738ecd5890cb6e038b6ba32484adfad3c335921 1 0.00/1.00 vMB 0
1,200 1,200 00000000f0b6da96d1e3272e87e181a7057c3d79bf984b420d4f6fd6d7a49fc7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 818.07 GB
    • Received: 24.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.