Loading Tool

Explorer IconExplorer

Memory Pool

84,808 transactions
30.67 vMB
0.18111552 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt f0787cd3b294ee773953df9111323369e5ab264ab1dc6bdcf4fb0b011d13ae5f
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 38656014bc96b037fe2aed3501b1fd2e11a62cdd1c9601b344a20e127716fb63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.11754106 BTC
Feerates: 179.53 > 11.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (572,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,856 342,856 0000000000000000064c8df9d3eb078a650f4cb6a2dc305cb77422c5c09c57f3 200 0.10/1.00 vMB 23
342,855 342,855 0000000000000000166b536f8caf7b5b1b4560804bf7f6dbf4727d58f4ed133b 32 0.01/1.00 vMB 43
342,854 342,854 0000000000000000037bec417375de69435a256615cff480952d5b1fc68abbc4 400 0.20/1.00 vMB 27
342,853 342,853 00000000000000000004fecbc3701a612e1dbfe78c374a835112904d52a6108d 1,236 0.58/1.00 vMB 27
342,852 342,852 000000000000000012ee7805c83ef7f9c6aebbeeb81478d273338603279c8c50 346 0.19/1.00 vMB 27
342,851 342,851 000000000000000015d1e6c81c79a65ad5349d0acc9d2a9e3a9e57412b42fc46 237 0.12/1.00 vMB 26
342,850 342,850 0000000000000000072f50ac0e0f662fca84260ee6ca322a1a889afa135beff4 180 0.09/1.00 vMB 19
342,849 342,849 000000000000000010f5e64d732feb5e75aea84e0e70b00c102fddea400f7a17 1,499 0.68/1.00 vMB 29
342,848 342,848 0000000000000000017ea33e1abdb452a08c20672bb32d3df42631202af25dfe 489 0.25/1.00 vMB 22
342,847 342,847 000000000000000012884c6e97abfe6de7cd48aa52933ef2f24e8d5055625b7d 1,277 0.61/1.00 vMB 29
342,846 342,846 00000000000000000f08a8fcf627e0e2cdb4b81a65acb23ebf9e445e348cdd6f 1,151 0.54/1.00 vMB 29
342,845 342,845 000000000000000003f809d3364e0b42fe94443db70124454d56f14d6a75013c 1,247 0.61/1.00 vMB 26
342,844 342,844 000000000000000004b72cce545050131ce8d80df89580fe7e355a5876b1446a 598 0.36/1.00 vMB 30
342,843 342,843 000000000000000003cd1b28f8c9a885b2b426a5bbc271dd760e775ffa51e4c8 176 0.09/1.00 vMB 25
342,842 342,842 000000000000000004a4bbdbce7db1dffb04bcd217e79a0cd705a546f6c9e34a 203 0.16/1.00 vMB 14
342,841 342,841 000000000000000001c215a6c9b61897fa2c5210fd69f188f0b6e6ec4ec04fa7 1,316 0.75/1.00 vMB 23
342,840 342,840 0000000000000000075942bb4c539f3a28b4a86199ac1ed1d2a72b67e0084408 505 0.18/1.00 vMB 35
342,839 342,839 0000000000000000053f849759eda8e556a2d970ca2c799c810724ab34c14816 894 0.58/1.00 vMB 22
342,838 342,838 0000000000000000078584c890f489d4dd685a988f098fbd91954d643fcb4d0f 1 0.00/1.00 vMB 0
342,837 342,837 00000000000000001669f3d4ef365c1a85cf1e70d59a7e16f29d02fb1fe4b3b4 1,042 0.54/1.00 vMB 23
342,836 342,836 000000000000000009bd94cf2166dd0a2f0e659e86f9779325b015bc7b1da195 553 0.29/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.