Memory Pool Memory Pool Refreshing

7,702 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,943 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (669,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,609 238,609 00000000000000484d124d11293f2ee4fe1736c93f6d453f4c85bc96b0747f29 0.00 MB 6 0
238,608 238,608 000000000000015c8771b3ca57667123e7bc39e497e1c344d270b8ab38b71db0 0.07 MB 143 110
238,607 238,607 00000000000001164337dcfdbc9fc05b033de9ab8008407131c94bc7d00996a4 0.24 MB 535 168
238,606 238,606 000000000000006ca3057134aa9061fb2fed63041e62fc774dd14e00c72408ae 0.11 MB 239 164
238,605 238,605 00000000000000fb9c85575fa7249c090eb806ee0970bdd56e61677b5d35499b 0.25 MB 590 190
238,604 238,604 0000000000000004d388fd4e7bd6aa1c3f3eeae0ceadd7a0bc51ee1fee0be910 0.17 MB 387 192
238,603 238,603 0000000000000052b94bdb766f504d3b43f2c9e56075105d8232ff981bf054e3 0.17 MB 394 182
238,602 238,602 0000000000000001ee3f8f6e0a7fbc9e055d09831b0441c46a5e736f91727b4b 0.23 MB 513 173
238,601 238,601 00000000000000e0c7a3103ec75042c97f466be04d08a6419dcfd30a438d1399 0.17 MB 250 120
238,600 238,600 00000000000000cf5177ac1f8ccfced5ccdee5faa9dc453ba793401f2c8bd2d1 0.25 MB 603 195
238,599 238,599 0000000000000042ae37a794ecc32e0be0cb35ea35518b71d51bbbfe6650dbc0 0.10 MB 328 90
238,598 238,598 000000000000001c5ca0e527ced5d7bc4df15b5c7821d211e6034120c5458d25 0.24 MB 715 199
238,597 238,597 00000000000000b065763c58a5bad14fe2a05e538313a142086718ef24c3f4d2 0.02 MB 54 175
238,596 238,596 000000000000009bdd92850799a6368f429ded0635d1d2fac6e3136cfac9cf54 0.26 MB 617 175
238,595 238,595 00000000000000316e770f7f47e4cd08b57bc150624eb7cc53e193f771b69539 0.25 MB 386 120
238,594 238,594 000000000000007d11fce1832e361b60d91741610320b3a3c9a071e5180502f2 0.25 MB 716 250
238,593 238,593 000000000000015eb87118629480f4fb351cdae124cfbada9a13bbd769a9a820 0.25 MB 710 233
238,592 238,592 000000000000015a22915f3f3a8dacac54cc8f344a0c6ddbcb176654749ea446 0.45 MB 512 53
238,591 238,591 0000000000000029302f82dde587aa039a44e2a3a6bf941e055c9601e6fa9fc7 0.07 MB 85 74
238,590 238,590 000000000000011612326242d17d9fe377ed38a548b05fa83b527150fe4bda03 0.23 MB 382 115
238,589 238,589 0000000000000012e946caf66eec47266902c0359d90981b293fd2a28fb9b33b 0.25 MB 531 199
Previous 10 blocks ↓
Total Size: 769.45 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,646.00 GB sent, 95.21 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.