Memory Pool Memory Pool Refreshing

19,767 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (725,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,402 182,402 0000000000000885ae11d8be74e547639dd4c560f72ee428124991fcf1d717a6 0.23 MB 512 117
182,401 182,401 000000000000047dad78df9a6df33e848cd278d46c5fdbebc79598fd8c7b0ff1 0.09 MB 203 191
182,400 182,400 00000000000006bca5f9613129affe05a1433e45d1087fe3109816aad0156a41 0.06 MB 74 88
182,399 182,399 000000000000015bc00f57379ca082fbfe981ca5642d550b9675b13d66442dfd 0.03 MB 66 70
182,398 182,398 00000000000006034da93da957f0f9c7f6e3c0ed95e2487ce10bf5681bd0cc92 0.04 MB 34 23
182,397 182,397 000000000000057119a995277355e6899bee84ef14a5fe8a4d6d81ba5938a308 0.21 MB 498 127
182,396 182,396 0000000000000229fc5345d0f5033e20cd3b965d6ce255c81d5de733a6c7b7fa 0.25 MB 379 98
182,395 182,395 0000000000000a725b114db472f8264ba67b12871cd3898ea74c59e1fea2828a 0.05 MB 113 221
182,394 182,394 00000000000005d70553d734351185d377341e631f4c40cf73aa3c1d99badb5f 0.03 MB 69 1
182,393 182,393 00000000000008aa745f02cf4891c6c3237519d63a055548da30635174ef9566 0.25 MB 561 141
182,392 182,392 00000000000006d06d671601f478b1911f972574518ee380ef4434b4c9636b82 0.05 MB 123 3
182,391 182,391 00000000000007eae1f67355fe6633265b0bfa3f27588e7233945319049ed5b1 0.25 MB 373 124
182,390 182,390 000000000000021429a874ef17e1e82e5994b4073d966eee5087e62dc125e7e2 0.03 MB 49 547
182,389 182,389 00000000000000d0118c6f568b8b42def00dccf2855930703966dd1f4bf3419b 0.05 MB 94 72
182,388 182,388 00000000000006ed9dd66d40a118099a53cb8d46dbdcf519044d00ff13d18f7b 0.23 MB 482 162
182,387 182,387 00000000000001eb8d6c73a9daa293c269cadabb372a7863efc9e54313809748 0.10 MB 227 111
182,386 182,386 00000000000000e271817311c4464f75ed61cd8d37a9a92aef767464d467fbe5 0.03 MB 103 55
182,385 182,385 00000000000000ddad715f2be40f56f2867f9774ea91bde9acd08c4b4bb24154 0.01 MB 26 82
182,384 182,384 000000000000033a4165d514d8137875482e5e6a1b9cf981d576dc44fa30eff5 0.12 MB 306 127
182,383 182,383 00000000000006d315bea2ac6283be2ab09a2315344c2c279626329b83d20ca7 0.05 MB 120 190
182,382 182,382 00000000000000bd998d22009e8e71b733b29a76e19e02c6f02df411d9a1363e 0.04 MB 110 111
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.