Loading Tool

Explorer IconExplorer

Memory Pool

84,969 transactions
31.84 vMB
0.18999312 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt 22ae7185a6b9a3868dc11a08b545ee08b48c6d51fa15c9c624a0626eac1e85ae
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 0e4c60c9a9c85ce5ac2df43e8de8313d6c8523b805dfe8d450e8bd2e42675625
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07240901 BTC
Feerates: 301.64 > 7.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (580,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,447 334,447 000000000000000010d996530526b9299b5050dca07104c22b4c5e42dca8153f 799 0.29/1.00 vMB 48
334,446 334,446 0000000000000000098d37dc864c651df4ec1ef37948d82c143eff430a1755ec 833 0.49/1.00 vMB 25
334,445 334,445 00000000000000000abc9d94f771f7fd3b4132b46dca1b52cc34add0814e5a38 123 0.10/1.00 vMB 11
334,444 334,444 0000000000000000134812c5b38b38cf407e69d644c48f3877fc2c06cb524876 118 0.09/1.00 vMB 15
334,443 334,443 000000000000000004f3057a585c6fec7e1f836f0e8045a5761005082809f24c 913 0.60/1.00 vMB 25
334,442 334,442 000000000000000014a97be67b326e88b5e41fa2c85bc6d7a32d1fb721a2f18d 464 0.34/1.00 vMB 18
334,441 334,441 0000000000000000139efb039772e11bab48ab4f4875ad0234a6c1fa869d2c6d 645 0.35/1.00 vMB 26
334,440 334,440 000000000000000011989763c8e0d4b1b16a2f2391979a7b5188d0e33093e903 1,314 0.75/1.00 vMB 24
334,439 334,439 00000000000000000870c9f400ded21a70274e12e0759813cd2e64fb821b95de 350 0.15/1.00 vMB 31
334,438 334,438 00000000000000000e8343461b21ee45da85a569b19f8971466c422246d2996b 1,024 0.72/1.00 vMB 19
334,437 334,437 000000000000000016491d2df7495465f5410a6a0c51a45fba97613c9d9464fe 1,561 0.75/1.00 vMB 28
334,436 334,436 0000000000000000197e87ac421da9ec84c1b3d82a6737d4e063ecb24d1ad1f7 1,034 0.55/1.00 vMB 19
334,435 334,435 00000000000000000189eafd09a08f51ea1745d877a3033a2c62a112095d3c2f 936 0.75/1.00 vMB 28
334,434 334,434 00000000000000001ae4e3ad63b1d17bbfd536227d47dcc0610c2cf6eb9e9da4 1,194 0.75/1.00 vMB 23
334,433 334,433 000000000000000019d597113e76e5ea16fcab1f12ae94672db9ed1948c046d5 1,582 0.75/1.00 vMB 32
334,432 334,432 00000000000000000aadd39cfba161a059da417a45772ac3dd0130f96ea1133d 788 0.47/1.00 vMB 26
334,431 334,431 00000000000000000d3cbe8ec8a4d27f91da8331e911f3aee61b2f9aa29b32af 30 0.01/1.00 vMB 21
334,430 334,430 000000000000000004bb3a521cae893086c999a48a69e75f86c5d6786de55090 153 0.10/1.00 vMB 17
334,429 334,429 00000000000000000f47e022f8d79b5c5396ea68283458a35682f8a731b8ade7 377 0.20/1.00 vMB 25
334,428 334,428 000000000000000001015542ab585b5983d34b8dae8f6b1e2b484019af70cd9c 484 0.30/1.00 vMB 21
334,427 334,427 000000000000000013c304a235e05f0cb54deafea2704e13127a9127d00f06fa 1,054 0.56/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.