Memory Pool Memory Pool Refreshing

7,019 transactions
2.27 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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (190,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,410 717,410 00000000000000000001f6415b23f33c8a733115525fdf14558feacf4e350c03 1.46 MB 3,363 27
717,409 717,409 00000000000000000007833dad629fe646bd6f2856672228226abdfe62b1712c 0.75 MB 1,383 13
717,408 717,408 000000000000000000091c4f231949de18c4f88f7475690cb99b61b21a2a7f0e 0.00 MB 14 13
717,407 717,407 00000000000000000009d3c78e8f8849937eb19ba6a6373dc815fe30e8f2bda6 1.37 MB 2,411 12
717,406 717,406 000000000000000000047d9fb1d6a13141f8e5eed12995e9dc79d3aee99c413e 0.62 MB 847 13
717,405 717,405 0000000000000000000102b88ddb694ae1cd189468089af69166b96df151aa2d 1.41 MB 1,788 4
717,404 717,404 000000000000000000001e80e7a3827af4f69d1317d264d6865721fbb5807cb8 1.53 MB 2,392 19
717,403 717,403 00000000000000000007ef1d70f376db05df6f7a826a2f5fda424ae3daea60f5 1.34 MB 2,130 15
717,402 717,402 0000000000000000000169f90d17c53656e061dd447313e60ef6a4ef69b05084 0.22 MB 258 12
717,401 717,401 00000000000000000007bb6ef883511ac0f8a0ae39d75525534650dfb3e65b3a 1.15 MB 1,029 11
717,400 717,400 00000000000000000007d41511ccf1fb5884b4df336b1d320ee2242a6f277b00 0.84 MB 1,094 8
717,399 717,399 00000000000000000001e8b2f44a873ae208a1acfc529a2c273b9c33f6d91534 1.52 MB 2,313 13
717,398 717,398 00000000000000000009595df2b4102b1f41db002641ec5ac4f98e2b6b4d6125 0.01 MB 24 14
717,397 717,397 0000000000000000000a5eb2fe3fdc0c6997652b95c672362924b899ff6f0d88 1.19 MB 1,938 13
717,396 717,396 000000000000000000037ae7f20f487ab2ca27d8394117af38db5b5dea45700e 0.13 MB 233 11
717,395 717,395 00000000000000000000fcfd86b9056a738a8a9ba86c7a0f5a03ac2af0f8f16a 0.03 MB 41 13
717,394 717,394 000000000000000000063e22dd9d33d52733e0ef652d83bb7a818ebfe13eee59 0.13 MB 240 13
717,393 717,393 0000000000000000000647087ae77a2d19d751312431912921ae9a3362192ad0 0.37 MB 451 12
717,392 717,392 0000000000000000000a8426a01f8da5527132fb087f7c858462227843c1090e 0.87 MB 1,057 13
717,391 717,391 0000000000000000000227f1f907be807791becdc922bf0fab53d6f41a4f1d9b 0.37 MB 290 10
717,390 717,390 0000000000000000000b7bad6f0317f3ba0fafa798de230cc21038972215f806 0.23 MB 417 13
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.71 GB sent, 92.68 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.