Memory Pool Memory Pool Refreshing

199 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 199 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (774,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,974 132,974 00000000000008cb7e6a6ae487e7eb1f6f7618dcbbaa258e243a32c237bc43f4 0.02 MB 55 503
132,973 132,973 0000000000000402e36218c2c39ab1f27ce3fcf6897b40eb7ac503b847313c92 0.00 MB 13 529
132,972 132,972 0000000000000a8e181b7d7894a689000c634f2079b138302ae83a17a3638820 0.01 MB 19 523
132,971 132,971 00000000000008297323bb35407746404c8cd369bd336044d8b0ef50297c555e 0.00 MB 9 492
132,970 132,970 0000000000000ca39081c94e525470efd2d5dd5bf57e397f56598fe98bb30ba8 0.00 MB 15 743
132,969 132,969 0000000000000f1e29b6fdb477f9dd8a50a496306bf417bc9e4e9562017a2e64 0.02 MB 59 817
132,968 132,968 00000000000009566d6f04cfd54ea2fa179d426a81e8f849d48d7c4abf9fd43c 0.00 MB 6 2,344
132,967 132,967 000000000000094f754755da300263b265da7d9db9da1b0e27489bd41d96ab2d 0.03 MB 90 177
132,966 132,966 00000000000005550941015b3c301b6c68c2d8eaffc1842afcb575500bfec3f0 0.02 MB 45 62
132,965 132,965 00000000000005da81addbae8b0e85342f6e5e999d741d816e9e0b3e0c173a4f 0.00 MB 11 1,021
132,964 132,964 0000000000000853ecf39b7632f29f936951741a27924883c35a431320281689 0.04 MB 63 324
132,963 132,963 0000000000000c63ad00488e061b52432c238b0df57b5d5e9815432c1354abe3 0.01 MB 20 705
132,962 132,962 0000000000000148dc6fa8b0426e82535ee7b08a77e0e8476109151cd2293b1c 0.01 MB 18 67
132,961 132,961 0000000000000eefec4a4074caae1fae13a46c094c29f5de33948134dd58d41e 0.00 MB 14 1,484
132,960 132,960 0000000000000590e88cd3a6cf1c6067afdfe318af25a27e04bcb4d41e631a91 0.00 MB 14 1,190
132,959 132,959 00000000000001c0a7692ab96d76a2879ef1a9b5d16db84992ce684ec3954da3 0.00 MB 12 818
132,958 132,958 00000000000004a1c462cf2bbc11170738c6bbf051c7022eb6a0db1edbfd233f 0.00 MB 12 50
132,957 132,957 0000000000000c9cbcdb8f2a9d0525698562d54031e4cda7599b4ad946d67645 0.02 MB 30 641
132,956 132,956 000000000000091c4a1cfce768458b584efe0a8a7b53efbe7af0d7edc270a36b 0.02 MB 51 247
132,955 132,955 0000000000000929f440ecd71b9acd5da12134135aa4b661c96601d7a3226a49 0.01 MB 57 67
132,954 132,954 0000000000000c4c67c79b6c4d3d671aa913e2471e73d53432e72940e675347f 0.05 MB 103 249
Previous 10 blocks ↓
Total Size: 769.10 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,628.93 GB sent, 93.40 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.