Loading Tool

Explorer IconExplorer

Memory Pool

29,238 transactions
8.86 vMB
0.06924286 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.27/200 MB

Candidate Block

Mining Attempt 77e79e80fe810d5029ed51f0f690871a37a025e54cb091e4f081e353e3fac998
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 175a90647f62b9d3587e98d5306f7bb5d3a90fc159a9748ff370db3b5223d932
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,840
Size: 1.00 vMB
Total Fees: 0.03869565 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (648,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,396 264,396 000000000000000bb78d8038c6c90640b827d0920323d2ea571a7edded93322b 0.04 MB 118 123
264,395 264,395 00000000000000039eadf1399e8f23621a0d0d8d18ebcf5686d6964a1acabaf7 0.07 MB 170 95
264,394 264,394 000000000000000ec187c99760bdde085d3a9e1a8d299c467e2699b5a0edf51d 0.17 MB 429 115
264,393 264,393 000000000000000761d254442a60298255484d736ec3855ab22d4ae7980ea696 0.15 MB 158 24
264,392 264,392 000000000000000cda34b54eef8a602c9cfc75006df4d24ef60a24b516f6d3ae 0.22 MB 542 89
264,391 264,391 00000000000000065c624c0b3a2726bf5472e2bd55faeabdf4fbd3d666221126 0.12 MB 281 91
264,390 264,390 000000000000000b9e5dc7e3528c4702f200e55d1140fd50c18f90ea9b4ad662 0.09 MB 199 73
264,389 264,389 000000000000000ad32f071d14e55ae0a2787a52d433dc04bb47ccd63051f854 0.00 MB 10 97
264,388 264,388 00000000000000045faae9e306ff87cb4c4276d5cbfe3be7740d82f1822e0343 0.17 MB 427 111
264,387 264,387 000000000000000ef35c0e9f6e168ba78ded7d0fbfac0bed4b7a4c50a0c0eb54 0.22 MB 494 125
264,386 264,386 0000000000000000160f4931e40a44f6f2303d8f8b63b3bd8cb2ff5626cb42b8 0.22 MB 489 99
264,385 264,385 00000000000000019027e9d662afff9e3432228ed127f03f0311761686f8d2b2 0.15 MB 120 21
264,384 264,384 00000000000000013a1d2b2f81657245641b9a6e74d59da0f4953ae87885dc7e 0.02 MB 70 151
264,383 264,383 0000000000000008969dba63c3bfb376019cf9fde952c2a208a4291bc0ecf34a 0.21 MB 529 91
264,382 264,382 000000000000000c8b4c095830c9c69e0546f938e2ff136115912c64ef195acd 0.13 MB 356 115
264,381 264,381 000000000000000da79258d7939ce6cf818fc0a8976a99aef29d70ce383d8591 0.19 MB 475 101
264,380 264,380 0000000000000002c0a3030022eb81d91fe2815a9b49551a816a49e6257fdc59 0.00 MB 1 0
264,379 264,379 000000000000000de6503e1bebe4a608b965e247acc817de4dc59c9e43a2771e 0.12 MB 338 187
264,378 264,378 000000000000000d1faeb6d5bfe9ff472c9ff5ebfb1989e02afc7c30adba5698 0.07 MB 218 135
264,377 264,377 0000000000000006fafa484938fc5a87edc5e10881113b5906c090bbc3335874 0.17 MB 320 82
264,376 264,376 0000000000000007b4f953d4b06de04ed7073e1f266d8d673a0b63cf7c5a0e2a 0.08 MB 158 77
Previous 10 blocks ↓
Total Size: 778.88 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: 401.34 GB
    • Received: 3.61 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.