Memory Pool Memory Pool Refreshing

2,244 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (812,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,239 95,239 0000000000026eec67d680397a89bea64c6aaef5a8050e2949a19f216731ffbd 0.00 MB 1 0
95,238 95,238 0000000000066de7c6c2466d97b811796710dc9ca2c0dd84ed1a89e7773b0b21 0.00 MB 7 0
95,237 95,237 0000000000070f7b744366f7e631c4007e6217f79a0787b8e1a1b2a64419ccda 0.00 MB 1 0
95,236 95,236 0000000000077c236410c1c759f42e86747c3cef68524111e8083d6d0c09d01a 0.00 MB 1 0
95,235 95,235 000000000003a83452bdf9248691261adeb765c764dde22df2500da804ad1c19 0.00 MB 1 0
95,234 95,234 00000000000435255eddcd7817484f7616f0c00de5ec9acd7bb9a5609999b068 0.00 MB 2 0
95,233 95,233 00000000000633bfca8f72691ffe33ba72c14a38eb469d41ea5dbde536c387fa 0.00 MB 1 0
95,232 95,232 0000000000023d2ef757f3c5732d87d2363fa8bc3e1d1ea4bcd50f5f5b8575cb 0.00 MB 2 0
95,231 95,231 000000000001e622832d9f4ece820d427991cab15b48d7c71e4de23d9aaf841a 0.00 MB 1 0
95,230 95,230 000000000001e7ce0e22046744588662fd1dfa47f04917c0f27c376226cc6bab 0.00 MB 2 0
95,229 95,229 000000000000598cb2db829e1712b44d9cccdbd386b6a19483302413be466efc 0.00 MB 2 0
95,228 95,228 00000000000632b475ee055b109a43e7d79de990639e951e03d162dea95107ff 0.00 MB 3 0
95,227 95,227 0000000000003ceda992231d0e04454d4765678b02ca5647288da589c7e31836 0.00 MB 2 0
95,226 95,226 00000000000602646c5fd61b92ae124ded7f57a23cfdddfa15af5194d29df3a9 0.00 MB 3 0
95,225 95,225 000000000008109732242994585e9aa7d3b265ebc21196281473744c0a275383 0.00 MB 1 0
95,224 95,224 0000000000063514e793d31055e040659abb5a23e670361b65e4311cd4fda595 0.00 MB 2 0
95,223 95,223 0000000000044505cc90f788b23e65f1605295e568ca4e09c0cdce984ff6332c 0.00 MB 2 0
95,222 95,222 0000000000070087c65acf1d7e6a366f7e3e669ab17d616e1808c863ff9260d5 0.00 MB 8 0
95,221 95,221 000000000006db55d18aae8eee2d4794163a54ea7a939c6fbd1b81b3cea02c6a 0.00 MB 1 0
95,220 95,220 000000000007b95ad3043d7ce5ad72b36d6cc41fcf5d35228aa78aa752584201 0.00 MB 3 0
95,219 95,219 0000000000040eed8f7b69a078cb334274bca9a089ef9fe47bc3b2ef129a4add 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.38 GB sent, 96.89 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.