Memory Pool Memory Pool Refreshing

6,718 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (28,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,864 878,864 00000000000000000002120e105a9b5f4f702950a9c6407b1911767555b5c2dd 1.90 MB 2,320 3
878,863 878,863 0000000000000000000204dff834e51df741ba7c0fb74345b2b1257d8ce97ce5 1.88 MB 520 1
878,862 878,862 000000000000000000021fbf4000668a73ec38129b1152231de803e682084c40 1.58 MB 1,385 1
878,861 878,861 000000000000000000019c498e7b0ab4a323eb725484eaf37c0da8a06478d4af 1.77 MB 3,423 2
878,860 878,860 000000000000000000007b245bb210c2e02dc131faa0e9ba680c78473df319f2 1.93 MB 3,452 3
878,859 878,859 000000000000000000021ee8e1fdf900ec4813f6ef367c10d071231e9ae98092 1.63 MB 3,023 4
878,858 878,858 00000000000000000000e6f94ce579335e9f676d83a8c84a5ed4d3c05030df79 3.05 MB 1,541 1
878,857 878,857 00000000000000000000e328220e9001b6fd8efaa40d80170a80062cda70d3c6 1.95 MB 2,052 2
878,856 878,856 000000000000000000012f6add25d5452d03094147bc5145d7f7429ed8cba99e 2.72 MB 1,327 1
878,855 878,855 0000000000000000000289e1559eb424a6be17dbee0083491ca3f6fb27feb254 1.92 MB 3,204 1
878,854 878,854 0000000000000000000131ccbb153c8b51ed88b15cd94efe76ce8bbea87a9a07 1.76 MB 1,819 1
878,853 878,853 00000000000000000000026b9890fac1dc228015b9484b0436d18c6fe8fc5db9 1.55 MB 2,986 4
878,852 878,852 00000000000000000000aa47a8fa162c45a6fe1d9d1b0b1990defc1c0fa1f8e9 1.57 MB 2,906 6
878,851 878,851 00000000000000000001a2df19e92ac4f6a61fd9fc6cf3e3f84392023644f7d5 1.55 MB 2,999 4
878,850 878,850 00000000000000000001574cd0e20558f519b145a23f7ce49361244dc81517c9 1.97 MB 2,304 2
878,849 878,849 000000000000000000027b2f9e49677e6acd43bb47509cfff963f713bfa03102 1.65 MB 1,912 2
878,848 878,848 0000000000000000000162841caee4dfd36c7b159880f682b3de31ccc3114b60 0.00 MB 1 0
878,847 878,847 00000000000000000001e8a1f47e31c7478d407843b1a342f256e570af4aeee9 1.55 MB 3,207 4
878,846 878,846 0000000000000000000083ccde0dc07b830e19245017771a4ce92dd1c980c947 1.63 MB 1,578 2
878,845 878,845 0000000000000000000200555fd0e4470fa99a0e065b453a511c46dc4bfe61af 1.96 MB 1,786 2
878,844 878,844 0000000000000000000226bdab040239d9aab1b9725fc42e74bd7a1991a00eeb 1.79 MB 3,086 3
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.16 GB sent, 94.18 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.