Memory Pool Memory Pool Refreshing

351 transactions
6.35 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,301 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 283 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,300 (901,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,616 6,616 00000000c6d0f26ad10a297481f1af0607bd07b5aa18c0cd3a9124b6e3e5fc7a 0.00 MB 1 0
6,615 6,615 0000000096a8c39735960c1e0722516a0b8bf8075696f7ebcdf8bf2f50f60777 0.00 MB 1 0
6,614 6,614 00000000a91bf5d68cd1da7873fc2d6a173462df900eabc46b0d6fc20a223a0e 0.00 MB 1 0
6,613 6,613 000000001e1073c002b345c5294a18b269bc4959c1f1cdf27053617474b0b253 0.00 MB 1 0
6,612 6,612 00000000bd52e0af9167059079552edc131a6f1cd3e258517a50771eec15ae41 0.00 MB 1 0
6,611 6,611 00000000b02741de5b68e95239d6a183befe737cc32b271b1aca9d11d931b6af 0.00 MB 1 0
6,610 6,610 00000000f3aa1ae6488992a477c94fff9401abdf4be1545fdc004a29569e3e8f 0.00 MB 1 0
6,609 6,609 0000000058fdb956a96a2b83168e70fb7e48be905765c3bd6dd9ec1de620f65e 0.00 MB 1 0
6,608 6,608 00000000b776ee1fa3ebb0171daf50fa16b9d57771edbab95731716e58a8bac1 0.00 MB 1 0
6,607 6,607 00000000021c3bcfd21ff39ec04f4232ed4c692af0abf8220f0b5558b1f793aa 0.00 MB 1 0
6,606 6,606 00000000bc0d16fc430f40453a9e9e111abce5d406ca190919975dcd07df4f10 0.00 MB 1 0
6,605 6,605 0000000096c22cc70e57f530e99fb47133767dae4d7708b0d740bb560c2ace70 0.00 MB 1 0
6,604 6,604 0000000032c77420b3b96781f8e5fbbaa880741cb8394df821a4ec4660ad8436 0.00 MB 1 0
6,603 6,603 00000000162cbdafac48666609b3d5e21989497bda594c167e0a07ad569bb154 0.00 MB 1 0
6,602 6,602 00000000d7d7febdb0a8296d74a691660cbd21f4f14be0eebda4c3f91dc88ccd 0.00 MB 1 0
6,601 6,601 0000000030d8559b2a6a5e5191bd206ccca9278bf37faf042f61da3e4cf660c9 0.00 MB 1 0
6,600 6,600 00000000ed467a2513dd15679b22b20138d16b7b608f6ab79db482011fffa423 0.00 MB 1 0
6,599 6,599 000000003d2e9b6028278e748c5c0ce4aa9828c60bf121f48656ad32f33e52a4 0.00 MB 1 0
6,598 6,598 00000000934b8d7c7585d55221f78f93d40c029d70e0cf774d41a38e734629fb 0.00 MB 1 0
6,597 6,597 000000002f330a14301be6c2339930c2d72cc141be5d5f7a7982253d4f7c7092 0.00 MB 1 0
6,596 6,596 00000000ac79664ac9f5e5539a70966d84bce6e2e170003c80df4d3623a13ddd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,692.80 GB sent, 98.42 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.