Memory Pool Memory Pool Refreshing

6,283 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,659 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (780,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,157 127,157 00000000000017fb8931abb006034239ca56327218da3eae748ffc4372a4fb06 0.00 MB 8 1,044
127,156 127,156 0000000000000410975ee22f2e1b10ab216d0958af30505d957d0b72b9ab0577 0.01 MB 30 796
127,155 127,155 0000000000001da8aadaaba0be2dcb8ae6b6f94c856b56a3f0dbd5a8158353ca 0.00 MB 11 1,186
127,154 127,154 00000000000019e2af9b18206ad403a71f1c22f63385367be2c6a3dc235c758f 0.02 MB 55 425
127,153 127,153 000000000000130217986ff7710777fdab7bfc32ec9c472356164361b5958abe 0.01 MB 17 677
127,152 127,152 00000000000024d45577fbbfadc83034471b3555d1ed1d4d980821c431fa191b 0.01 MB 22 601
127,151 127,151 0000000000000fa52cc8224c2e5f43cffd9fae7d53a06d22982bb95a4fa78baa 0.00 MB 18 844
127,150 127,150 0000000000000298a3b25c424b4ff40142fe1705ec0067715936a6ef3fa02946 0.00 MB 9 240
127,149 127,149 0000000000001a75167d56fafc379d063dbac9387e52ff0daba9b4c4eed17b7c 0.00 MB 12 623
127,148 127,148 000000000000122ea02d518821bb9902f7395a371e9aa8a3a9ef284b79e11151 0.01 MB 25 1,187
127,147 127,147 0000000000000961bf8290e09e593907d691ff6b146823b9c2cb60e8db890b4f 0.01 MB 35 640
127,146 127,146 000000000000267d468962f5059fd5a1cf92d5fadc48b36fcf4de92c6e3f127c 0.02 MB 65 2,269
127,145 127,145 0000000000001e6763d1faf686b4c32371d22dd6c460ebd005910be26a6b9aad 0.02 MB 69 624
127,144 127,144 00000000000017103bd8136916598539f3eae13d28058ccffab6690df9b50daa 0.00 MB 10 262
127,143 127,143 00000000000016668541797c5d39e2255f6e12411e14682acb95ca79acd39759 0.00 MB 6 427
127,142 127,142 0000000000001dce563190cc526e99b3ed7b7cca2b278ce422da35748f4f0287 0.02 MB 64 672
127,141 127,141 0000000000002389bde9d2ffe4a03b9d95003bc0fbe7c2b847df9c3c4853aeac 0.00 MB 7 0
127,140 127,140 0000000000000021d1f32971da6e20ca2a18ee5d8e50afe2651ba0bcfdf62e4f 0.01 MB 18 583
127,139 127,139 00000000000010f02a4419aedbc8dc397ca34b97e5146e1a93105089ca9d6cef 0.00 MB 7 0
127,138 127,138 0000000000002511ae84c9bb3c2dffc44e4a7bb20848e8cbca8c1aaf0105e4c2 0.01 MB 12 485
127,137 127,137 00000000000008e0de3a48a1a9918c328aa73b0068818291027cb72ac40f84ce 0.02 MB 27 247
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.