Memory Pool Memory Pool Refreshing

1,693 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,692 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (722,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,866 185,866 000000000000009e7f1bdf4ff4195867dab226835f247fc78437dbcbf123a247 0.06 MB 128 113
185,865 185,865 00000000000009a7b47a83ab830777a35914c0eb62b6755640529428b6e09293 0.05 MB 165 31
185,864 185,864 000000000000060c3c378411b2129df9808216298ea0f603bdd2740b4f0e2708 0.00 MB 9 17
185,863 185,863 000000000000018cbabb58460f5aedac3263095125686eddded4b6344d8116fa 0.06 MB 126 115
185,862 185,862 000000000000041b749743bcc2cafd38b05af93978712045b30b6454ef2534a7 0.09 MB 246 126
185,861 185,861 000000000000091fab584cbc2a5f9b8d56283c6676c41856cfda3d6265d0c280 0.00 MB 8 29
185,860 185,860 00000000000006c338333d1ee48b19a38b4e9a6fe9c991b50413aa80b7768bfa 0.06 MB 126 121
185,859 185,859 00000000000006a85264d455a59f75402c37f1e8a54593c0a4528caf79b95485 0.04 MB 125 750
185,858 185,858 000000000000008723160d3e18e55d9b8a3cf110ed975a18d05c54bdf9bb17ba 0.19 MB 438 130
185,857 185,857 000000000000054503dc05276f817eba7f3c29ed9db69065a006b8aa864f64e5 0.05 MB 134 132
185,856 185,856 00000000000003f4844fa81caaa5fec4b0fd96d5c5aa8582edbd2ceb64251560 0.07 MB 99 93
185,855 185,855 0000000000000486965ee5429cbb4ce43c0e7f39b669e2e109b288291d63d38c 0.02 MB 64 126
185,854 185,854 0000000000000893859d965d44f8a9ab8c63cbfb1032485ed49601ac92544e4e 0.08 MB 139 78
185,853 185,853 00000000000002dab6671acd8272e6222fed585596194ea30250b0260e433a6a 0.01 MB 32 183
185,852 185,852 0000000000000599ddf24751f6c1f5ed7d700fd6c04b0ff00aa90ca355f8fb81 0.03 MB 58 74
185,851 185,851 0000000000000712b68c6dae685db75812e1dac2fb94c404a332c934e038e85c 0.00 MB 12 72
185,850 185,850 00000000000000d065b0d0d1700a911c24de0053c31193df459a11c19cf7ee4c 0.06 MB 105 107
185,849 185,849 00000000000007b54d6098b2730671e6ac50819eb72e36aa74e0f94087696a2e 0.01 MB 39 181
185,848 185,848 00000000000003f518770251a5383564596e31745cf525f7de3a7f09e9b90acb 0.04 MB 137 16
185,847 185,847 000000000000083e3239cd13fd5a37c32e19a568f092a84a45c76837a07e4e5b 0.35 MB 847 434
185,846 185,846 000000000000010c8d578beed666732a56640e2d82fba05d798c7509ff402fc4 0.10 MB 197 99
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.14 GB sent, 94.85 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.