Memory Pool Memory Pool Refreshing

177 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 176 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (50,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,378 857,378 00000000000000000001f1e5dc5c42db765bc15bbbc2fbae5bc057868394c6ad 1.61 MB 5,141 4
857,377 857,377 000000000000000000001f910be6256d0756d7152acd12e31b896a77f6b08930 1.39 MB 5,464 4
857,376 857,376 00000000000000000001f8d6ae88c69f1a3ab30f100d80554472520b62f44eef 1.61 MB 4,237 4
857,375 857,375 000000000000000000020b226ee0af824f3e9e7e086e9bfd897617708ecfc036 1.76 MB 3,113 7
857,374 857,374 00000000000000000001b1136bf8d9fb6c1a0a038093ecccc40883d36e7e3e81 2.60 MB 2,344 4
857,373 857,373 00000000000000000002967f887cb24eb0274858b2525fad10de40133d6ce457 2.02 MB 2,845 6
857,372 857,372 00000000000000000001112ccb0aa702eec18eb0060d465a53c7362748663e95 1.89 MB 2,683 5
857,371 857,371 000000000000000000009b15bee8c3c5253193b283cf37e30f085f56d3101e55 1.73 MB 2,533 11
857,370 857,370 000000000000000000000ebdbd799c2dfd817db5cae5a4106a849e9487924489 1.71 MB 3,536 5
857,369 857,369 00000000000000000001616f43a22a26e64f53da34142610ec92477d3b56b584 1.78 MB 5,940 3
857,368 857,368 00000000000000000002c4459c6eeae9584ed2ed1a24fc36ecfb07413958d3e6 1.85 MB 3,554 5
857,367 857,367 00000000000000000000c95137e7f1e3c90baa6a0fb2311fdf51bf88b3b118a1 1.65 MB 5,057 5
857,366 857,366 000000000000000000023cbae6c83b27005d7ef97fd405362106641ce790f053 1.93 MB 2,898 7
857,365 857,365 0000000000000000000217fc5b7683f6d974abd4c38db0ac9d3610d3994bf9a5 1.56 MB 2,382 8
857,364 857,364 00000000000000000002a71b8b25231471ce0671c1acf375c1a8abe472fc578a 1.55 MB 6,179 3
857,363 857,363 00000000000000000001467281e6457004a0322ad55fa1cd1ccccafa39903aff 1.69 MB 6,134 4
857,362 857,362 00000000000000000001850f73f1746cfb881efc8b941629c818006b96f683ce 1.87 MB 5,677 3
857,361 857,361 0000000000000000000286d1a8049522b5debbc22086930b520f09d3c10ff3ce 1.60 MB 5,813 5
857,360 857,360 00000000000000000001b0a1bdf04d8051096112c8b06411959198722d19ba09 1.92 MB 3,664 3
857,359 857,359 00000000000000000000fa1d5a074c9aee758c175589162f29151a93d6332861 1.59 MB 3,554 6
857,358 857,358 00000000000000000000a96acb1dbcaaea05c04f9f81a5c74b11c31fbb8a9b70 1.44 MB 2,812 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.