Loading Tool

Explorer IconExplorer

Memory Pool

77,732 transactions
21.51 vMB
0.06505068 BTC
Random Selection Loading Transactions
Max Size: 142.83/200 MB

Candidate Block

Mining Attempt 0addc0d66058ad471346df6628f7147901fc2a2c58d45e41d199fa8dee35e3cd
Version 20000000
Previous Block 0000000000000000000104aecb22fa9ba32adcc98ab84c845e7c05a110247caf
Merkle Root f2d0db4e40cd1ec012a3356c84b2baafcc2c5d7217a9d632514b87324c4c1d98
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.01607077 BTC
Feerates: 150.77 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,144 (914,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,224 1,224 000000006643d66edec3e41db33c19852503b42b954fe34e0943bf69210b4ae0 1 0.00/1.00 vMB 0
1,223 1,223 0000000050bc0cf1b4f7b3f119247d33e444b46a80b0eaeef71572e4abe970cb 1 0.00/1.00 vMB 0
1,222 1,222 000000005ff5517646b998056bd959d654ce58f0c706e74f2505dcc308b31907 1 0.00/1.00 vMB 0
1,221 1,221 0000000073996a70dcbd4dff31d247bf4e5d2639bd7f7b417b131114ae0c9c9b 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.37 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: 818.21 GB
    • Received: 24.47 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.