Memory Pool Memory Pool Refreshing

18,557 transactions (6.60 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,366 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (821,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,171 87,171 0000000000065aba742260695f127c0491c795e708e408e5b14c340bd79666d1 0.00 MB 3 0
87,170 87,170 00000000000315269472212a41e47e9e8094a5966e207b852c11725635523c98 0.00 MB 1 0
87,169 87,169 0000000000164d2c2bd9404fbf09c4118c62b8e7196f0eff49601bf22e527388 0.00 MB 2 0
87,168 87,168 00000000000f81dabbf089ecf6f21f50b63c1e37404af5a5cc8cc8ed314e269c 0.00 MB 1 0
87,167 87,167 00000000000e98dc933732813319097e4e681ad96de374bfa1607d4d92ea7883 0.00 MB 1 0
87,166 87,166 0000000000034cfb6881dedc7bebf3a90a973fd7f69b369812698d747fe964b6 0.00 MB 1 0
87,165 87,165 0000000000134d063341ddd56f851ae8852dede20c26eac5f0ec844ebd4bffc2 0.00 MB 1 0
87,164 87,164 000000000010d8dad4ea2e9b989a0d575b74eb625e15bb1c3bf2de1faaa704b4 0.00 MB 4 0
87,163 87,163 000000000014fe9d44eeb7f818f922a136f40f8d98b47252996fd0c3535714ec 0.00 MB 3 0
87,162 87,162 000000000007b80fe9595d922673d94539842fa90288fe96bd4bf3c364b8b119 0.00 MB 1 0
87,161 87,161 00000000001351b0c73a8a3c648b3d08d8ec2205b5860c51b6d8e45c960427fe 0.00 MB 1 0
87,160 87,160 0000000000074344b800d9d64e91240c7d4f92ad9be8fd1b17939b336eab0dfb 0.00 MB 2 0
87,159 87,159 00000000000cce2ef8abbd803b03222874da0e441bff121bdb160a17d11e5f2d 0.00 MB 1 0
87,158 87,158 00000000000e8355467eaf0e10a003f32b85530790a7037c830279c07b4ed532 0.00 MB 3 0
87,157 87,157 000000000006540e72f4cd7d8a8abf9cb9fd60bd24b25cbbc657eda24272b81c 0.00 MB 1 0
87,156 87,156 00000000000ebeedbcd13775e42c09755fb13bce25496b94db6cb5e05c2c3e0c 0.00 MB 1 0
87,155 87,155 00000000000cb89e9afa81d83ff66230b9d1541df9bab50225a4429417400551 0.00 MB 1 0
87,154 87,154 000000000016ec5dc6763576ca4206be1f9027274c9b1f6f98f3c3f285f6e034 0.00 MB 1 0
87,153 87,153 000000000009c4ad085923b90ad40dd11604893a56dc1e0ddd6ff12bb907d986 0.00 MB 1 0
87,152 87,152 00000000000dc87b88a2f98c2832245f135a234461b2af97302db77dc43924ee 0.00 MB 1 0
87,151 87,151 0000000000123fed121d21b1d3957dfbc17b39e89b18977324f956c6edbf6890 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.43 GB sent, 104.03 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.