Memory Pool Memory Pool Refreshing

847 transactions
0.34 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
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
908,426 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 817 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (871,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,861 36,861 0000000092a9eb056585e94fc5e02ea31dd384d6e1cb549e5d4238b1628b9def 0.00 MB 1 0
36,860 36,860 00000000b77824acc80d4a2f231616a296e057438d2d90c15cf35f1cfd49ec56 0.00 MB 1 0
36,859 36,859 000000009c3494fecfb0039ddfb8bad4004a084a03bd312bf67afda0d1526ebe 0.00 MB 1 0
36,858 36,858 00000000a835042914f8a9c9c5c247b82a1d9e48edc5b41dae32451f1781dce8 0.00 MB 1 0
36,857 36,857 0000000056fb9c8004672e54ca7adddd52a6d1e88e72b506f76dc10508432680 0.00 MB 1 0
36,856 36,856 00000000b55fa17b1f7dc8fa561636f51e00ec539dec3b7fce9d6937d6ee6188 0.00 MB 1 0
36,855 36,855 00000000ad8373bb15fb2a974e08d0b9e0cb9d0da2325f5566d10a6ffe00fd5c 0.00 MB 1 0
36,854 36,854 000000003970b8ca5e09441c3f2ae2f7893f136ea555fcf9d23e0663c5d3d824 0.00 MB 1 0
36,853 36,853 000000006f1a9e32e5924a31c0d5a1a2524b8ee47a3148cf92b48261ab7af4c3 0.00 MB 1 0
36,852 36,852 0000000096bc115c876061bddee00183b40d5f3239353253744c3cdc91b5d80d 0.00 MB 1 0
36,851 36,851 00000000afdcae298f38160a779560beaaa3374ace67e076357a29c1e51c1708 0.00 MB 1 0
36,850 36,850 00000000b4fa43f0b83e1a73d48d88fb3ddaf682f537d4cede263784d25f2027 0.00 MB 1 0
36,849 36,849 000000006d94faf1470d283f8f9f469b89f439872db0c7f8a59b18f1ea27b508 0.00 MB 1 0
36,848 36,848 0000000030ad9a791723e03bc28d0403e38a3fe14ee72bcb7abdb9fb469b51c4 0.00 MB 1 0
36,847 36,847 000000008c7e84276282017eb581214012900ae3ccd1288812fe079222a8304b 0.00 MB 1 0
36,846 36,846 000000002230765a4d2b6d2dc4d99ea5d7bcbed2c5949e06fe6f794ce13c1073 0.00 MB 1 0
36,845 36,845 00000000572e3c640bd0843dde2e339f74ee89e0111641b8a705c579b09f043f 0.00 MB 1 0
36,844 36,844 000000006aa31968ce0bb6a3fa61b1e454d8f4adce5b91c54486b62e5ed5ffe2 0.00 MB 1 0
36,843 36,843 000000002c048b6a0f244cd5e88832875923268f7e92bde9d705bd3a8f36f5b1 0.00 MB 1 0
36,842 36,842 000000007758b3287b023707a3d55c471fe7e3876af76aaee93119fa13ab5d70 0.00 MB 1 0
36,841 36,841 0000000073e97566c7b989bd0142ab8ef1b81caac7c9b765a204e3e6474df8ba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.49 GB sent, 99.52 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.