Memory Pool Memory Pool Refreshing

1,615 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,485 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 1,607 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,484 (856,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,247 52,247 0000000005639fc655a6a18980943e4c283e9bd6b6f9881aae9a6caaa9cf3263 0.00 MB 1 0
52,246 52,246 000000001b7558a84b3b1fdf261d04af32bf645557d4c6a13d986a97a94dbd05 0.00 MB 1 0
52,245 52,245 00000000046e57b28b04dbd25f6bd9c466a8ab068fbaf380b93e69af7bed2b71 0.00 MB 1 0
52,244 52,244 00000000096d210dfd7ed7bdc443d976fd9573ec8892d2b280430bc10d568159 0.00 MB 1 0
52,243 52,243 00000000147ded2bd264709416237660828568db1252aee8769b0a4681d06763 0.00 MB 1 0
52,242 52,242 000000001526e0b6ea0c75f1218d8701f0ddce90cb5d8170f7f4f404733c3ae5 0.00 MB 1 0
52,241 52,241 00000000128ade192ea58fa8490e1f8035e3725252136fffa5b75a3cf303b207 0.00 MB 1 0
52,240 52,240 0000000010633b194e586b30f627dedb3e484a5d4281d20d3abbda20edda8241 0.00 MB 1 0
52,239 52,239 00000000131fd3cf9c49b7d57686b5d51ff480e688bb87bc05b100a9752ca300 0.00 MB 1 0
52,238 52,238 00000000062675f1fea3378076a935f63cf691e577aeee8e9466d329cbe0deab 0.00 MB 1 0
52,237 52,237 000000000cc3222a8c68049aa8f111c0b8a86a249dace673a728ef2fdbb48282 0.00 MB 1 0
52,236 52,236 00000000068ef45016fc782e2b47ebb722d64196471c18e33f0bb282a1676bb2 0.00 MB 1 0
52,235 52,235 00000000156fee3de1d99d2b7a533692ec76460f6679439460e4f93616d2e957 0.00 MB 1 0
52,234 52,234 0000000019ef0752e096310588ad916483b9746ea94aa25feb920d24633e9f8f 0.00 MB 1 0
52,233 52,233 00000000142f945b050db2bd256d9c8a99957f7350b45f57eb8e45908fa24fa2 0.00 MB 1 0
52,232 52,232 000000000d981f42cf9a0cae5f688dcff86fece254fba75f215f9d1fd3877fe4 0.00 MB 1 0
52,231 52,231 000000001f18fefe953c19ecff0ec8624f8c9752a193f38c1ac3a030f45c8719 0.00 MB 1 0
52,230 52,230 000000001d6cff82688bba2a8e3052f060ae4fbc19f12198cdbb34f66bef2212 0.00 MB 1 0
52,229 52,229 00000000107bc9fa1fccbcfbc6be6690d25bdce11c6890e1901a540107acd82a 0.00 MB 1 0
52,228 52,228 0000000010e22783252f2d7977432c5dddfa9e7a0338fe0b4cd432774de2f54a 0.00 MB 1 0
52,227 52,227 000000001338003333e8b26d063ff5f7aa79243b66246f757a11ea92ac880fd0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,798.38 GB sent, 100.02 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.