Memory Pool Memory Pool Refreshing

1,397 transactions
0.47 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,376 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (252,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,847 655,847 00000000000000000008409c1ae02391ad098226306d344d27d5b0e120f57480 1.25 MB 1,848 62
655,846 655,846 00000000000000000009e108b4232923962666014df48e4c6976fd344e80aa64 1.39 MB 2,346 134
655,845 655,845 0000000000000000000198ea1c27410a04e7bdc6a75f996aec4ce976815898a1 1.57 MB 1,487 66
655,844 655,844 000000000000000000073d8216518826443cf5098efc11206eec6dd0fe8a4ca4 1.29 MB 1,889 73
655,843 655,843 000000000000000000015f56e397bb29e36b7958aa58eb81ba316464838a5970 1.37 MB 2,668 127
655,842 655,842 000000000000000000070a5aff2164b9a64cda4daf66a0f4f2c4e0f39fa0b183 1.31 MB 1,406 32
655,841 655,841 000000000000000000016e55f1dfeaddeb95ed4f8be81ec66fdb01a7c34cc67b 1.21 MB 2,351 92
655,840 655,840 00000000000000000003d5819bfd029878031ce740a39a82cbaf448dfe0b9053 1.26 MB 2,468 65
655,839 655,839 0000000000000000000ca12b8050e0ad6443bbc9506d56e786756cd5598b9f6e 1.30 MB 2,212 92
655,838 655,838 0000000000000000000cca263e8c8b049c8c1e723124262813146cd68d40167b 1.29 MB 2,573 95
655,837 655,837 0000000000000000000037924223db89ea5c71062d891dff432152f9fb99199b 1.29 MB 2,360 32
655,836 655,836 000000000000000000011cf36bccf43809acd959c80973596c1f347447468ec5 1.27 MB 1,653 241
655,835 655,835 00000000000000000007c4a5e5330eb3ffb345763e912edfdf5206ea7117093f 1.12 MB 1,601 43
655,834 655,834 000000000000000000031d73d9beb19bb2bc00996d0af0410539b2090cd7c7ef 1.35 MB 2,403 134
655,833 655,833 0000000000000000000dac445b66e27bb0ff41a83375703854d17bab7b0795b4 1.28 MB 2,519 119
655,832 655,832 000000000000000000042100b624a3ae99515d8df1f864ac179d04f375dc897d 1.34 MB 2,226 117
655,831 655,831 000000000000000000109d9a7038197283f338915ddccd73218d5c8fd1fb243d 1.29 MB 1,954 79
655,830 655,830 00000000000000000008276b9ee4d46715c11a900c1fdc0777395931eb09eb9a 1.19 MB 2,495 31
655,829 655,829 0000000000000000000e2ad7037d886bfd5b20b354f5a37ce3784cc9662b9bc3 1.14 MB 1,798 134
655,828 655,828 0000000000000000000e83df7991fe9541875536f75a8c524062ce1cc797cd78 1.31 MB 2,227 72
655,827 655,827 0000000000000000000060176e66e8985ff0fa0b37d8bb424329fab229366266 1.25 MB 2,288 36
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.53 GB sent, 94.31 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.