Memory Pool Memory Pool Refreshing

2,116 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,670 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,669 (898,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,294 10,294 000000008b9cd37e1adff23e5885ccbe56736cfcce53a665b438433ffaf35366 0.00 MB 1 0
10,293 10,293 0000000094f8f482edd0e2323034eae9f584c176a754a14a14d1fe6532beb0e7 0.00 MB 1 0
10,292 10,292 00000000f9799073c5f54873048d2c105950d255dd7bf9c55348569be28170e3 0.00 MB 1 0
10,291 10,291 00000000172c8a55901021759b393c1aa97fd1624b36fce3210de2b33774e1b2 0.00 MB 1 0
10,290 10,290 00000000d0df4e13884ece3be89728887419216c60aa187c086fce7007d825b8 0.00 MB 1 0
10,289 10,289 00000000312836a59477afed7c9bf3f0d2b713c7b13f144db7a9549b3f2e7503 0.00 MB 1 0
10,288 10,288 00000000b84b32b25a19fb0cf9343d34e37bf6700e6eeac9e33d21f6b25c7bba 0.00 MB 1 0
10,287 10,287 000000008ddc2bf1fee6650fad08e6acc8c96a130a742f33f87ebf31dccdd038 0.00 MB 1 0
10,286 10,286 00000000014cd7d5c8df16e589fa1b1ee549f6fc6a43c244fa36ca386ad54cf1 0.00 MB 1 0
10,285 10,285 00000000cbb93957def7d9e9c8127f8698bcd048301e716995ea83b279b0d5b4 0.00 MB 1 0
10,284 10,284 00000000f37693724cc75a69ee0b4c6165419c5ea4b8683632928e8767c9355c 0.00 MB 1 0
10,283 10,283 000000008d4548943d7fd77645a80deb229507c2fd67867c41e1025327281110 0.00 MB 1 0
10,282 10,282 00000000732490012c804b5fc564b85a51d19c3118a192f173612df351ec011a 0.00 MB 1 0
10,281 10,281 0000000045b50879188f3effaf851bbfdd4f007ab5db6806f7cee7a7a4b360fb 0.00 MB 1 0
10,280 10,280 00000000e245867c08b47d1498f865bb562941a0b1f957e932d2a77c0fc3d11b 0.00 MB 1 0
10,279 10,279 00000000edb8f3284ce9754fbfa62560c038c07cdda8a2de2c0bca84a6013cf0 0.00 MB 1 0
10,278 10,278 0000000055af3659722a30e8c4a66f07537008856f5250ad7e50eb0c0f56e280 0.00 MB 1 0
10,277 10,277 0000000003ca64a6cc2a832898f662cf5e8d5969acec55fdd863d54e3761fa37 0.00 MB 1 0
10,276 10,276 000000001cd994281cc809d5e02296cbd2bb48047ec287b41bc6ce2cf16850d3 0.00 MB 1 0
10,275 10,275 0000000051190cf7c7ab6c0d79bf04c7cee98c08da018d3b89a42b7e5ffbf0f6 0.00 MB 1 0
10,274 10,274 00000000944d9d751d99d9722048afd9c35e7e67aa3e319eb04b77167da434e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,853.37 GB sent, 101.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.