Memory Pool Memory Pool Refreshing

2,959 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,959 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (291,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,927 615,927 0000000000000000000ad04ff3180b4ef67807c99eba24044c0078840e9c2e58 1.31 MB 2,864 19
615,926 615,926 000000000000000000062fd60884f9fe262d14c8f15b32eb8e0167f872a9a60c 2.17 MB 404 98
615,925 615,925 000000000000000000032b23d1c0cd3e84eaee4ecb86ab247b72e36bacfbf2c5 1.32 MB 2,828 20
615,924 615,924 0000000000000000000ecebb89b5a55298bf7f701114fc052093f221a931454e 0.99 MB 1,199 9
615,923 615,923 0000000000000000000a446dd6db8eb3b68463e4fbf7902cc490aee80cc44f00 1.07 MB 1,241 8
615,922 615,922 0000000000000000000790dac7ecc98c4ce587656b7d2ba643565fd347c6ebbc 1.19 MB 1,659 9
615,921 615,921 0000000000000000000f978eac062e02d6730b85f510ab61158c92f6806204b7 1.42 MB 984 6
615,920 615,920 00000000000000000001382ea01fd33f432e43d8f1b55ea11c5a1f56f50427ad 0.84 MB 1,913 12
615,919 615,919 0000000000000000000b2e21ae88e3bb0d3ecfa46e7eb5970c6c91c997286924 0.46 MB 960 11
615,918 615,918 0000000000000000000ceffccc81493fc480aa7b8232db91110b02b2ac1abf99 0.46 MB 1,154 11
615,917 615,917 00000000000000000008b0d0f16cdda8f3d0f8969aa0fcae422b103eb33ae3af 1.24 MB 2,711 17
615,916 615,916 000000000000000000082b0be043be88983b18b967b91b06beee34b9b3149956 0.75 MB 1,195 11
615,915 615,915 0000000000000000000d8800319262f60d81f708879d0f5aac8dcbb7b925e7e4 1.24 MB 2,383 10
615,914 615,914 0000000000000000001226b2ccae8aeca226bcec5f93f65dd1bb70d28cd25308 1.29 MB 2,224 16
615,913 615,913 000000000000000000088e75645da651a6f33c87bcb41b9ff086a34e12ccaf8d 1.24 MB 2,689 12
615,912 615,912 0000000000000000000803f7c3c64ee8d4f436322b7986fa70bb2d1cb479dcbf 1.19 MB 2,879 14
615,911 615,911 00000000000000000008629fc8e46bb2211efbd6b289f2d2a292f3765d291e87 0.80 MB 1,903 11
615,910 615,910 00000000000000000000f2a81d7c3e4689c82de5ec43270e5f32a7aa9b1b2192 0.47 MB 1,217 14
615,909 615,909 000000000000000000072d629f6131447546de56b6acd569bf93e64a6f213199 1.06 MB 2,531 14
615,908 615,908 0000000000000000000e69276eaa889987f15adee0d6e7802667a54a413db0cf 0.96 MB 2,325 16
615,907 615,907 0000000000000000000f5f0fd10921e6735242c3b23c08abb6b70608d0d86007 0.63 MB 1,075 19
Previous 10 blocks ↓
Total Size: 769.07 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.11 GB sent, 93.23 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.