Memory Pool Memory Pool Refreshing

5,462 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (752,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,500 155,500 0000000000000c45636f96585992219cb74e5c54bf58d7d16106373fd024932b 0.00 MB 3 1,170
155,499 155,499 0000000000000457450892feb8ff7e18905dfcc4a97cf71ebdadd6261bdafa65 0.00 MB 8 124
155,498 155,498 00000000000009b9ef88684d1029580084793759628317706439c465cd1a5780 0.01 MB 26 22
155,497 155,497 0000000000000293f1d472a47f82575bfc967bbc46c5a04bbbf753e7d28a6aa1 0.02 MB 46 54
155,496 155,496 0000000000000116e19971c53e6bf7de148d168d9736c87bceec8372d78bd6d8 0.03 MB 48 189
155,495 155,495 00000000000000ea7df844dce77b4715213593034afe31516de7463cbc0eb3c2 0.00 MB 8 86
155,494 155,494 00000000000001aea56b00601003bfe385e936aa59f3a37543bc45efc94ba195 0.02 MB 21 18
155,493 155,493 00000000000003ef93e52dd039146b46215c47bf0aa4afc680ee88edf9f8875a 0.01 MB 14 291
155,492 155,492 00000000000005e8da972cc8d5bf66732a89209d9c8695bf62435e0a5030b679 0.00 MB 11 17
155,491 155,491 00000000000004243f4cc9a5faf3b23af55dc4f22a15d14734e2ab3cd4c9571f 0.00 MB 9 379
155,490 155,490 0000000000000c8bec06404307561f453f57dc5727d226c47ad5b9db232230f6 0.00 MB 12 92
155,489 155,489 0000000000000a3074f37d214a76f4bd1c98698dc30332ee4dc46f641fe5a707 0.01 MB 36 26
155,488 155,488 0000000000000e339a5f0013b46a1b422120d064cd35ee49ecc255a190a4cebb 0.03 MB 101 44
155,487 155,487 0000000000000594e10a70b78fdeacb22c0e2cd208009b59aaee576552183860 0.02 MB 63 32
155,486 155,486 00000000000009d0c8b989c13891f2b9a7c25384692a539ba8c077019c34df44 0.00 MB 13 32
155,485 155,485 0000000000000e702bc11cf8d48127c6970a63f67b35c14a4172959e91490214 0.01 MB 20 49
155,484 155,484 000000000000048e89f0379c25ada47a49091a2a7f2411e333bfc0a906a76dfe 0.04 MB 84 741
155,483 155,483 000000000000043bfa2a0a0e53d8f3356c480cdf9e7af93eb715508a90a0e956 0.02 MB 44 136
155,482 155,482 000000000000059d1e656b69c1d199827af339796248d8f65a2605de4dc4c06d 0.00 MB 7 0
155,481 155,481 0000000000000b62013aee5e662f1fe7944ca344ce1f127d9600083e0785fa4e 0.00 MB 13 33
155,480 155,480 000000000000023b58c7b59dc17aa399de9826d41bb9c76e3a3853cc4b7ef09b 0.01 MB 26 97
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.