Memory Pool Memory Pool Refreshing

1,105 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (816,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,672 91,672 000000000003cc246fccf530b81a93bb85c9f52afd5e4f5a99af165733751ce2 0.00 MB 1 0
91,671 91,671 00000000000adf90d97d0aaad8d3f098b731c9d44ec7ee3fd735451cd47a50b4 0.00 MB 1 0
91,670 91,670 000000000001c9c174d561a5e6e8e402935bfdda538624aced2de9b9dc397b30 0.00 MB 1 0
91,669 91,669 00000000000dba7c70eb92554d3c26092639865efd3033a2a0ac7e60b3b23713 0.00 MB 1 0
91,668 91,668 000000000006c01352d5e13a7d4d5bd06aada5af53ca0b87d9562b2f0c898b38 0.00 MB 1 0
91,667 91,667 0000000000073926d1d816cb1e8b4f32a3bca9021a1b4752c60a0774b2ff0f1d 0.00 MB 1 0
91,666 91,666 00000000000b52adef78c5c6fff4bef156f97fe35e8206b561030979dee04944 0.00 MB 1 0
91,665 91,665 000000000000efd81439f876073c8ad30bdb6b26c98c495bed753f81e2cb3ac0 0.00 MB 1 0
91,664 91,664 00000000000df9736d18c4563473f9135f8945e11384844d89074463731ecbf7 0.00 MB 1 0
91,663 91,663 000000000000337af27dd368a45a3ac143925ec8e2c46f264b1d29f39a29fe65 0.00 MB 2 0
91,662 91,662 0000000000095bdc40c56093c4748ca2eb79d8157a95cd17d4fc523406dc4835 0.00 MB 2 0
91,661 91,661 000000000005ffed9eb587d9a0756cc2ad178e8ebbdb9f2ba046eda40a840da2 0.00 MB 3 0
91,660 91,660 00000000000b2360b48996521e453c7d61091b9410cbf4a5540673c769e17968 0.00 MB 1 0
91,659 91,659 0000000000041227a1aa64c2e33c486b479e9576e8035010914775886c2ecc2f 0.00 MB 1 0
91,658 91,658 000000000002b1e691f515453d91df086f01be787ea038b64d795a59b4ce313d 0.00 MB 2 0
91,657 91,657 00000000000900ed5c23aae271c118f64aa918ecb83c0edf3d197db10a9918bb 0.00 MB 1 0
91,656 91,656 000000000006337de913b870167b86f3389c82d7d51697c374961d6aa68c676f 0.00 MB 1 0
91,655 91,655 00000000000ac6a4279b4d6e248d21b6a69ac30cf7469d47cccf58951b583ccd 0.00 MB 1 0
91,654 91,654 0000000000020934e786633f8c5a7a1c7aff203b936c9a2802596adf83431752 0.00 MB 3 0
91,653 91,653 000000000007a016a681759a87a862ae25fab0b793a0614cc3b4a4c3b210b38e 0.00 MB 1 0
91,652 91,652 000000000000deec294236eb94f9b3981fb0223103eca18e629dc60be93c263a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.