Memory Pool Memory Pool Refreshing

4,133 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,050 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (701,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,547 206,547 0000000000000088e4857c61ec3fd402fc19d20afae2515c17e7da242c379030 0.00 MB 1 0
206,546 206,546 00000000000003e33bb0d887db22adf0937486328c0bbbffe422e3a1a5bec9c6 0.05 MB 110 175
206,545 206,545 00000000000002fa89e66ea174d09a77cba8d3dfc8f13002f1a8c2bcbe8af940 0.08 MB 206 190
206,544 206,544 00000000000002ef56ae268d903e0a8020b3bf40b26ff71b7c8fc453e12f22c6 0.06 MB 113 158
206,543 206,543 00000000000003a6bad9195cc128b3bc329724a4311b2905fb42505a68d656e9 0.01 MB 38 143
206,542 206,542 00000000000000bc7bca5d424b821617f96db5283327636e7e42c2d6ff2f3e0c 0.09 MB 234 182
206,541 206,541 000000000000014f464587a940792515f9c28da4cf820fcbb9d975824d7725f8 0.12 MB 271 179
206,540 206,540 000000000000024c377171290c418bc6e67cfe3802250c046acbf477732ffbdb 0.24 MB 528 145
206,539 206,539 00000000000003afe241f35085e066abf77e2d8792215fd7b7a16003af7cce8c 0.07 MB 178 217
206,538 206,538 00000000000000ee318a72b9c6dc9158f51432e543e2d780651b007e1ee6e19a 0.01 MB 25 56
206,537 206,537 00000000000000d7daa37d265a119421a1caed331faef0a76248b43e817eb036 0.20 MB 306 127
206,536 206,536 00000000000002cf1751dba3f7f13fede95de20c782694d8374c140a706edb65 0.04 MB 59 134
206,535 206,535 00000000000003113fe0cd40b67155bc9aea182e0e87b69664e2c0a8a620ab31 0.01 MB 30 238
206,534 206,534 00000000000000bf9fa94a131ed5dcd33d83a39694c6ff4df8e65dca46b9a8e4 0.06 MB 16 58
206,533 206,533 00000000000004b3e40063dc7dc705f88d4a3b5614ea7935c34c9eaef147132b 0.18 MB 277 150
206,532 206,532 000000000000036ff909ccf5879c9295dfb912c4493dc0489e0bbb5fb5b744bd 0.05 MB 143 290
206,531 206,531 00000000000001e3ff5485dbed5b9f7ccfe49b75f46138fd3185b6e5ce07a71c 0.17 MB 235 93
206,530 206,530 000000000000040c4d8e5dd181d857520bec945b64194331c3923b0aaa47f9b4 0.05 MB 117 119
206,529 206,529 00000000000001e72af013e4015c4579ce15d41569d4fb2cf3b4106a85c408a8 0.22 MB 371 160
206,528 206,528 00000000000003360c9e372ada2cd8731ff7db7ecc939679168a1ad05d9ea7f5 0.03 MB 66 69
206,527 206,527 00000000000002b4853368d55313cf2b4451e8b39cbdfddacb9dd3bdedd68262 0.12 MB 302 199
Previous 10 blocks ↓
Total Size: 768.97 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,615.52 GB sent, 92.65 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.