Memory Pool Memory Pool Refreshing

7,616 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,029 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (625,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,214 282,214 0000000000000000e047608221c7dfaa10cf410662ca425da1902c803da3406f 0.13 MB 305 57
282,213 282,213 0000000000000001b2c8656880269fb50ef9dd8ffb400e43f6b10f52d17bd44c 0.14 MB 336 68
282,212 282,212 0000000000000001799a790121ca26d457107c3b7cd4854116379203abf9fdb8 0.14 MB 250 46
282,211 282,211 00000000000000000bc05cd16ce048c0084c2ec4e89e7647098c9c4b894c5f7f 0.11 MB 258 45
282,210 282,210 00000000000000019839795f00616a7bfd9352c04f6205f239384ca1227dda57 0.27 MB 352 20
282,209 282,209 00000000000000016915e394bd50a9bdaad736e384d39c2ae974ce9822292562 0.25 MB 710 62
282,208 282,208 00000000000000001ec12167214a81618893c2ca2ff37550335e6f9d5e3681f4 0.05 MB 151 162
282,207 282,207 00000000000000017207b1cc4250e2545a605a901b943436db277af40ec8d412 0.18 MB 400 64
282,206 282,206 0000000000000000459d635f925190c5e909fe3c014c8bb4f3c72b84538b0ac8 0.27 MB 567 57
282,205 282,205 00000000000000013e01d6bd4cad75bff029e110412aed12d6eca9f92d9688b7 0.17 MB 271 36
282,204 282,204 00000000000000003590a8a20ec9ff5b1c1af3f046a1f62dc1ac9a464721fd8f 0.21 MB 457 62
282,203 282,203 0000000000000001d8b9d438c18e856735ddae5b1d918416010350d19794aab6 0.03 MB 83 41
282,202 282,202 0000000000000001f08ac70a64dbe1ec1eee82674938b3b5bf6a749da330fac5 0.13 MB 225 25
282,201 282,201 00000000000000008b320d1d9132e6be3871f30c926844c11738012a33406435 0.40 MB 890 45
282,200 282,200 0000000000000001315c71472fdce344f85f794a7135e25554f2b51dfa6b83c4 0.17 MB 277 36
282,199 282,199 0000000000000000753b9cb3612c4ddcea1246fb314512aa195c17d109b60dfd 0.12 MB 222 33
282,198 282,198 0000000000000000d8223d09bf7f8ae24862731498a73ccf70658363e921e464 0.37 MB 756 45
282,197 282,197 00000000000000017a561c3a64fad9395c2d62bbbff675769b2e260f1a395ad0 0.10 MB 144 13
282,196 282,196 000000000000000207d87b509d87614204a90cdca2b619da495107aca2c81cba 0.31 MB 459 34
282,195 282,195 0000000000000001be0baf044d579267b8c4edae759e9ec356cb16492ad00731 0.23 MB 545 29
282,194 282,194 00000000000000016d41b9e336e51d562e41898615a31bbdb72a8b5a14a06a88 0.05 MB 133 162
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.