Memory Pool Memory Pool Refreshing

206 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 192 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (44,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,243 863,243 00000000000000000002ef5baebcf2754630a4671556271521ad68c413f849cd 1.47 MB 3,696 16
863,242 863,242 00000000000000000000b53354552c0065c6da6071f25fde5a4e182649dce499 1.46 MB 3,201 7
863,241 863,241 00000000000000000002d48c1f3a6e5946d2efb7c222ce75d52d66fcb2c38de7 1.81 MB 4,276 4
863,240 863,240 000000000000000000010d66929cfffd6150e70dca9ccc0c3473c39191339bc0 1.84 MB 3,966 4
863,239 863,239 0000000000000000000065f945f777f20978bcf3ab00960df6745ebd6ec9123d 1.52 MB 3,702 7
863,238 863,238 00000000000000000001998808dd47b990af95e5044277d1f4cf202899f3a83e 1.95 MB 3,752 4
863,237 863,237 000000000000000000013399ed2c2b8dee7911d2103388b515154939ccc96b30 1.95 MB 3,293 6
863,236 863,236 00000000000000000000d418b0c34f8d5547407660efda6f9a137e505c6a4cc0 1.56 MB 3,930 7
863,235 863,235 000000000000000000002a30e7b614e0f562fc2ca3bf3aeb48b545fb9b590928 1.55 MB 4,266 3
863,234 863,234 0000000000000000000006bdbf40966b74c31177582eaa210e0898311eb0d4d1 1.75 MB 3,519 6
863,233 863,233 000000000000000000029a44579a480029d9eb6aa8ab3fb277b98079ac83efb0 1.51 MB 3,906 7
863,232 863,232 0000000000000000000327ad3639ae49a28190a2bfb5c126e9a36faec93ef475 1.59 MB 3,859 6
863,231 863,231 0000000000000000000081251c2737f9f36ccaaf41165abc354d4b04c35627cb 1.50 MB 4,617 6
863,230 863,230 00000000000000000001221cac3438cdd2fda9a7dd78690a16e5a1971d2f56b3 1.40 MB 3,143 6
863,229 863,229 00000000000000000000e03e86ea17b87adc5d255e69d83d9c9bf94b3e284bac 1.59 MB 3,716 9
863,228 863,228 00000000000000000003140f6dc4351547592e87fcd1b2e049a8734358074871 1.49 MB 4,663 8
863,227 863,227 00000000000000000001f0747233200e804964c1bc5da8f430f553da9444d870 1.52 MB 5,782 5
863,226 863,226 00000000000000000000f053b1f11141a84cf13470ec9da6d251f1864b962f2c 1.52 MB 4,540 8
863,225 863,225 00000000000000000001173f93fdae04941e818c34f0db70e4e13b1e236f0e3e 1.99 MB 3,482 3
863,224 863,224 00000000000000000002b049b501164f8b1549a27140d834af160448780cced7 1.69 MB 4,449 6
863,223 863,223 00000000000000000002d0dd7640cf73e576a9b09880230c4a66dc4f765e93e0 1.73 MB 3,908 4
Previous 10 blocks ↓
Total Size: 769.15 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,632.23 GB sent, 93.61 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.