Memory Pool Memory Pool Refreshing

19,776 transactions
6.34 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,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (702,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,424 205,424 0000000000000098816e43848b1940027ba66da943c114c46dfd6427d9f68ea1 0.11 MB 247 142
205,423 205,423 00000000000001cdb6f3d7531950deb12debea18ce71bf0b240909b0b32bc034 0.00 MB 7 612
205,422 205,422 00000000000002e04c7163afdf0d1fa391af51e54dcf15d5a6b2771c0e9b0c82 0.06 MB 77 78
205,421 205,421 0000000000000262f5dbcfa36fc733531cf19f525bf9fc284a59afe0dd2b1cd1 0.12 MB 244 146
205,420 205,420 000000000000024d28ee8a5204760258507459d2c3f1e5d2f22a95cc8dfd83de 0.07 MB 158 104
205,419 205,419 0000000000000411955750f56c81a9dd9971fda65bcf496de6177044cde62e5b 0.00 MB 1 0
205,418 205,418 0000000000000133a7450640ca90d1be21b2829c192184c24a6aa96eca111563 0.19 MB 312 150
205,417 205,417 000000000000000dc96867c00432b652a136fa42646c8680c715495478f4d265 0.00 MB 9 607
205,416 205,416 00000000000002f67108b9855cd606395a84ba4c943524ce0dc06af3ec9b3ee4 0.24 MB 274 71
205,415 205,415 00000000000003793628270931a115b766a54ad53814f7f45e7d8b99161a8e7f 0.05 MB 154 92
205,414 205,414 000000000000012a973ed1733617eff2a6db431f449b9cc1c11b063c19ed9020 0.03 MB 87 121
205,413 205,413 000000000000001f61dea0197d7e5438f20b34df6748884eb98adda6ddff29f9 0.05 MB 119 126
205,412 205,412 000000000000051b9b9454af71873f15b6d0a2b2fa279e649f833ab18d885d07 0.02 MB 48 163
205,411 205,411 000000000000053385d03e25a4c475e47c5ccbb0bf0c21958c0a0c396482bda7 0.03 MB 105 25
205,410 205,410 000000000000015c29f7ce1e515690b7a78cdc3a71e3d2b3f2c0522b6e6f04e0 0.02 MB 58 165
205,409 205,409 00000000000002ee0fcc0a2c6f09785f7fb9f2450917073f18656996b4b26c85 0.04 MB 42 64
205,408 205,408 000000000000022e851fba8aa8ec6015c4151fafc363b63f92c1a23be43d1315 0.02 MB 34 112
205,407 205,407 000000000000042136f0bd26edc6728e3bc2ac23b261fdd4ae93898318c07b14 0.04 MB 80 180
205,406 205,406 00000000000004c0aa3a1912295339baf0dc97a0550014f19004d3e70100531c 0.05 MB 160 39
205,405 205,405 000000000000032b1861b8dccb53b90efa2629afa50c636940be6898e9d8a6c9 0.00 MB 14 0
205,404 205,404 00000000000000b0a6c59365361d85466c2613598ed5510a08afb8bbf5db4f78 0.08 MB 238 266
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.54 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.