Memory Pool Memory Pool Refreshing

1,707 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
1 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (823,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,171 85,171 00000000000133f42166026749579330ea279bac92a7b7a9be744f61098226db 0.00 MB 1 0
85,170 85,170 000000000026a828cde1501513877c27fa5d7df5624c2af412bd74034c32f6b7 0.00 MB 1 0
85,169 85,169 00000000002661269c27f3992bf910efa2c4b37204fe05059d7a48c88d51b9ae 0.00 MB 1 0
85,168 85,168 00000000002f2d3dc78cd16f28c1375eee82b5aef7cb130e95e679a1a5c0eac0 0.00 MB 1 0
85,167 85,167 00000000001d14d656f46cf085bb73428ae793a8eecda29130d3aa5c540b8352 0.00 MB 1 0
85,166 85,166 000000000003112b94dfa52145584ff54f4c5c7bf70e3ff2f84c9bf1f77bb9bd 0.00 MB 1 0
85,165 85,165 000000000029a021818db67e1191bc09b4b97e59ffbe093fcbe7a39e56713a5a 0.00 MB 1 0
85,164 85,164 00000000002d5b7d544762c9e8b698836821001fbe1f5e72479a11040e32acca 0.00 MB 1 0
85,163 85,163 00000000000a5ba72a2fedc20be65de9b66a192066c51b0927917292d1e64257 0.00 MB 1 0
85,162 85,162 00000000001ad38c25b8f836eb464cbc50457a0c014ff334fd79d0e18b80467b 0.00 MB 1 0
85,161 85,161 00000000002f09f3d40d08dd01bacc0db023fddc1c850285b5f8563fb9093df3 0.00 MB 4 0
85,160 85,160 00000000001d90c2e4e9d7c587329f28feb30d3e5aa30076430baf199bcd297c 0.00 MB 2 0
85,159 85,159 00000000001394440526eb1c2505504b2b1e10b26fd7fc777e7153d04d9b6fa3 0.00 MB 1 0
85,158 85,158 00000000002a333503441a3fd7b520d84d978d9264d126ed32965c88df7562a8 0.00 MB 1 0
85,157 85,157 00000000002deb4eab50d1ce354a2a316160e079fc909f325635a04c5969c5e2 0.00 MB 2 0
85,156 85,156 0000000000062265dc05d6ed8a6222169f4a56e3792ff52a517c4842fa4b4233 0.00 MB 2 0
85,155 85,155 0000000000181d147789e55d4d9e8578c5ec4c7acb3f73ba773a1619e8f18ad3 0.00 MB 1 0
85,154 85,154 000000000000ee9eaf863a460d03a413030968ad1988415346b39be83b1df5c2 0.00 MB 2 0
85,153 85,153 00000000001308fd3ec237b896ee2a93206ec550021551fbff8f63389482e33c 0.00 MB 1 0
85,152 85,152 00000000000059e179add34026da43ed7883df20481c3986c5cfe70d9b7714b7 0.00 MB 1 0
85,151 85,151 00000000001011101d6e712dd21035dda4444744a4ebcce0f5c4207981166d50 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.