Loading Tool

Explorer IconExplorer

Memory Pool

84,898 transactions
32.29 vMB
0.10884793 BTC
Random Selection Loading Transactions
Max Size: 195.70/200 MB

Candidate Block

Mining Attempt 3ebed04759f03b1290fe95eddb46d3f6f4255a04e9e138cda15ce21141bdf404
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root fa98238a67cb2c84c89f5c47505654e1956ed72999b70d7addd92ed3f89707e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,562
Size: 1.00 vMB
Total Fees: 0.03530063 BTC
Feerates: 181.54 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (74,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,217 840,217 0000000000000000000246a82966313514338f3f34f19924953c71b7c29428da 4,895 1.00/1.00 vMB 150
840,216 840,216 000000000000000000021d569c37589e3ce5dcadc4756974d4e052f18eb6645b 4,914 1.00/1.00 vMB 122
840,215 840,215 0000000000000000000174744eab578d72e0c62f6f1e6f35998bdd4cf1b656d7 5,209 1.00/1.00 vMB 171
840,214 840,214 00000000000000000002dce6de266aa56897bb0e8689d5e12c33ee13a440b17c 4,763 1.00/1.00 vMB 120
840,213 840,213 0000000000000000000073dd186722cbdcc8e4821a199434b6ded87aad74b982 3,033 1.00/1.00 vMB 89
840,212 840,212 00000000000000000002f74be9f8b87b9ecc9c8cefd7ab68d40331d51ebeaac1 3,276 1.00/1.00 vMB 97
840,211 840,211 00000000000000000001d6de24cdb615421f829b632f804c5c9ab4f641fe05b6 3,399 1.00/1.00 vMB 142
840,210 840,210 000000000000000000000fca827c78e6f345d7ae6a0667594f4e3b966befc058 4,525 1.00/1.00 vMB 139
840,209 840,209 00000000000000000000462dbc79fac125dd43c9ec1d0dc52b7e4769702b3efe 4,332 1.00/1.00 vMB 242
840,208 840,208 0000000000000000000158e25f8d7242c2d2ae6cccd58a5669c179a3ff2e5c5e 5,605 1.00/1.00 vMB 194
840,207 840,207 00000000000000000001170f80446f679de9bc9caa0ed9cb631ee43f506eab60 3,325 1.00/1.00 vMB 115
840,206 840,206 00000000000000000002516eedc3600ac8a9d7d9637fb6b626c524a5fc1eaef7 4,196 1.00/1.00 vMB 200
840,205 840,205 00000000000000000002770fc7b6cc3e8af42d6c0b20a4352e9b965cfc2373db 4,151 1.00/1.00 vMB 159
840,204 840,204 00000000000000000000bf58c0374c92ff1a585c469b4b9838a80dd084bafe0b 4,441 1.00/1.00 vMB 158
840,203 840,203 000000000000000000027ae22151490dcb40a404d86176dc36e9b166e147611a 4,275 1.00/1.00 vMB 232
840,202 840,202 00000000000000000001b17d0a13623994b02b4fd9bee89380c90a512e702708 3,717 1.00/1.00 vMB 202
840,201 840,201 000000000000000000025ad3e520973d8041895724b5bca1de5aa23b240caade 5,397 1.00/1.00 vMB 382
840,200 840,200 00000000000000000001ca23a5fa07563a75f771fefe23e47095f020e5a1a3af 5,575 1.00/1.00 vMB 266
840,199 840,199 000000000000000000032c554c2a5a9b2b4df812c80f2b444ae86d02985eaf72 5,840 1.00/1.00 vMB 283
840,198 840,198 00000000000000000001cd1b01d558950f886cc0ef8ef7af6bcfb2191b9cd3d1 5,993 1.00/1.00 vMB 234
840,197 840,197 0000000000000000000043bbc78e113b27a936bc790e2e2a18253ce61c5f6bbb 5,653 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.75 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: 708.76 GB
    • Received: 16.77 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.