Memory Pool Memory Pool Refreshing

2,218 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 2,202 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (7,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,062 900,062 0000000000000000000191a7fb67eb739f65ea136ac09b2a77f12391326ae4e4 1.59 MB 3,788 5
900,061 900,061 0000000000000000000188c912efa75cd3b72affd839421d94ec5c663d0908ba 1.83 MB 3,037 3
900,060 900,060 00000000000000000000a67f385ba98e7396759649ba761781bfb269e8d51a6f 1.62 MB 3,248 4
900,059 900,059 00000000000000000001222f8b89faf9cf408075736cc788daa489bd821be45e 1.76 MB 3,730 2
900,058 900,058 000000000000000000014c95da174afa033ac0978f291e940b6077bb0c25431c 1.65 MB 3,770 3
900,057 900,057 000000000000000000006fac4c9109a715be9f2d1ae89d17e2202edbf2b2e163 1.64 MB 3,994 5
900,056 900,056 000000000000000000015f243cbf6320fe21aac7b4bef61cbe7cdc1a799b91f2 1.50 MB 3,710 9
900,055 900,055 00000000000000000001af61d885a9e2461b557994b69fc35a07dc6d31e46026 1.65 MB 3,471 4
900,054 900,054 0000000000000000000235b9f3fd3f763f93d3978eb930df3fbe83df2f107281 1.52 MB 3,894 7
900,053 900,053 0000000000000000000217a0d362c3503b63f18699c416da59a30e3a2050befa 1.66 MB 3,345 5
900,052 900,052 000000000000000000022b86d314598f84e6020f99c4e450b97897afe9e498c7 0.66 MB 1,109 2
900,051 900,051 000000000000000000010a9683b92ed49b92a2f8da88f93a152e0a3a2cacd491 0.32 MB 528 2
900,050 900,050 00000000000000000000c7f6b0c24338b07e0d5870323c7ae60e235c9436233b 0.32 MB 644 1
900,049 900,049 00000000000000000001066f15ab198aff4727c7e38ee579cef6cfcb6f850da0 1.68 MB 1,966 1
900,048 900,048 000000000000000000022ec62ba51bb88cd325dd7a598867ef3a01fb7c5e26bc 1.62 MB 2,548 1
900,047 900,047 0000000000000000000131fb6faf7d98b9e7ef1e19be0ebf5070f031a460a20f 1.63 MB 2,356 2
900,046 900,046 000000000000000000022802f59458b40b853834fce20e709c31a59ac52e3f32 2.06 MB 981 2
900,045 900,045 000000000000000000001844945e6455faeb07b58bca47d3cc81e37c5d26c170 1.91 MB 722 1
900,044 900,044 0000000000000000000148e0ed631dda627bcb74b5cc309c786896faa6fa7dda 1.78 MB 2,872 3
900,043 900,043 00000000000000000000c909c5bd16aadcaeeb9972b32b9d1bfa7d009fd30ea3 1.74 MB 1,173 2
900,042 900,042 00000000000000000001385681478aefcfbc1b81997323e7c73d2baad67eb0ac 1.70 MB 3,010 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.