Memory Pool Memory Pool Refreshing

4,082 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,174 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (440,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,313 467,313 0000000000000000018dad5d1fefa78a34b715a65a47f176454f0e814fd37db8 0.00 MB 1 0
467,312 467,312 00000000000000000119ff4d895b2812911cbdfdc6e4dd53d3913f8fc909b0f4 1.00 MB 1,889 241
467,311 467,311 00000000000000000136d25fc8e14d5a44027f7ba7f7e847ea33f69130527b6a 1.00 MB 1,782 284
467,310 467,310 000000000000000001914ed9ac618f2fc96a35a2a81b94266c2901dcef21049a 1.00 MB 2,180 182
467,309 467,309 000000000000000001dda6cc1d03b4281148128c2f0bb048a87921a3270a5712 1.00 MB 2,317 247
467,308 467,308 00000000000000000172624febbc1162c68b0fd800604b51aa860ce7e317fc59 1.00 MB 2,665 382
467,307 467,307 000000000000000000f64b7fd8b830bafd331a217fb629f671d8cb485207c4df 1.00 MB 3,116 342
467,306 467,306 0000000000000000013bc6d807059e404ba94024cc4589b586631021600806dd 1.00 MB 2,262 227
467,305 467,305 00000000000000000113ca221d3dee5808e246fabbef4af96a9cfa2d9235333a 1.00 MB 2,907 304
467,304 467,304 000000000000000000021a7669d66eaf3d58111eaef786e5e8de677be5317051 1.00 MB 2,015 192
467,303 467,303 000000000000000000045f493f937e6a9aadb39871286595501b7044a8235f32 0.00 MB 1 0
467,302 467,302 000000000000000001f66f9803a3e62d24bcdcb24228699725ddcf8a6939b6c6 1.00 MB 2,925 300
467,301 467,301 000000000000000000db02a848e4c6ff86ac1be5e856ca0fa64ef1fa3943167b 1.00 MB 2,538 239
467,300 467,300 000000000000000001b0ff7cf89daf36c0d3cec32e77c648f61777f1c0d4e27d 1.00 MB 2,347 173
467,299 467,299 0000000000000000011fc4f5e53bcad3bafa87922bcf26777e787b5b9fc61c43 1.00 MB 2,175 216
467,298 467,298 0000000000000000003394328df3d23631ffa8d05ebff5a9779f7f463795c5d0 1.00 MB 2,922 365
467,297 467,297 000000000000000001bb184a1b8390f9d6bf31c645924c04afcdcc0447c15c1e 1.00 MB 1,753 193
467,296 467,296 0000000000000000006c634d49bf7f21887ac203eb25eb260d2717e77382fca8 1.00 MB 2,087 170
467,295 467,295 0000000000000000007d49bd8c48eee6d3610bf187ee5bf78757676ea6c64497 1.00 MB 2,125 364
467,294 467,294 000000000000000001645e733ed97edb7f1a7fef5e3df0915fce9666677f516b 1.00 MB 2,228 266
467,293 467,293 000000000000000001343a96da12ce45c48e7dbefae185ea3141ed44e3db59a0 1.00 MB 2,354 155
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.