Memory Pool Memory Pool Refreshing

5,993 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,265 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (14,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,849 892,849 000000000000000000013758069c9675e89f06eabf726e5521dc17fe415f9c1a 1.77 MB 3,680 3
892,848 892,848 0000000000000000000091c4a7d51d8fc1cf5f22548a2f0f2ab000f0ae8d0f97 1.62 MB 4,411 5
892,847 892,847 000000000000000000004db39f4a2c8a5e5167807458eef3f60f5ef84a410884 1.55 MB 3,763 9
892,846 892,846 000000000000000000003473bc156fa94f2180d4f78b58cf67b0af6ab347f977 1.70 MB 4,303 4
892,845 892,845 00000000000000000000173f6e5207e47bcac4966990ee5a7d3841bab0d3d2bd 1.64 MB 3,803 4
892,844 892,844 00000000000000000001f64740d1c47fb800d77e74dff79a593af6f5fbf10856 1.51 MB 3,410 9
892,843 892,843 00000000000000000001d9a76cee6e25cbe289057caf7b25cbd9fe6951848583 1.77 MB 4,507 2
892,842 892,842 00000000000000000001d5900915a268b162c3ee8665235778d0f587ffd10dca 1.80 MB 4,835 1
892,841 892,841 000000000000000000020b3f3851e5327ebd8a844f8658483aa83ae19e2f8949 1.62 MB 4,059 3
892,840 892,840 0000000000000000000033ae4d6991643c95da5a3c61b92ca0b0341379539048 1.75 MB 4,256 1
892,839 892,839 0000000000000000000242d26406c5216a90b644f09fdf72a53a52fc767591c7 1.71 MB 4,657 2
892,838 892,838 000000000000000000003b4ff0c0829f7f582fe056fa2ae63b7dc621fb07cc00 1.61 MB 4,268 3
892,837 892,837 00000000000000000001033fef17a119ff91749b462fdf10dfebd14240ccb343 1.75 MB 2,381 1
892,836 892,836 000000000000000000017b66ea8f7b07c2c1577ca894d2bc9d13e987e171dab6 1.71 MB 3,203 2
892,835 892,835 00000000000000000000a399af2abac06937696bc2ff94ea217993783498ea6a 1.65 MB 2,240 1
892,834 892,834 0000000000000000000049dba110e59925c24514b6fe8ccf05a96bce871e1732 1.75 MB 3,642 2
892,833 892,833 000000000000000000011755cef84160b45543d94818eaa0fedfad3a5b0b0b27 1.66 MB 4,398 2
892,832 892,832 000000000000000000003ba0f598aee64f0eb4e0bd4ae464f58ed0e046a66334 1.90 MB 1,898 1
892,831 892,831 000000000000000000011fd910ece67e46120397ac93686a9800b440accf58fc 1.76 MB 4,408 2
892,830 892,830 000000000000000000007251b7f265a4e3d3cdad1867dbafa1bc3d3053190338 1.62 MB 3,827 2
892,829 892,829 0000000000000000000082a78f5b3857825a93252ca8e84e041144750b1a5001 1.69 MB 3,642 4
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.