Memory Pool Memory Pool Refreshing

866 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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.23 vMB 842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (857,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,311 50,311 000000000b17559f4e07e064b4fa2616b6ae2b4ea644ee4ef32193ea39568926 0.00 MB 1 0
50,310 50,310 000000000f080a1bcbd40b4d1ad43bdadc0d058804634937a381b39499548bc0 0.00 MB 1 0
50,309 50,309 00000000190c1e5a1645a4e985c28d96f1b0a085b3486266907f8ed6459c0f7f 0.00 MB 1 0
50,308 50,308 00000000296b1a3695ef6a127d8da177bbd383465a100febdce3be8c5139d1eb 0.00 MB 1 0
50,307 50,307 0000000019aacc0e0493a350affa838f032d9936d9bb6043fa984b0e4021d9f9 0.00 MB 1 0
50,306 50,306 0000000020fb716964f7f849f19dfd9350f45aa51452c11e4a24c2cd161f6318 0.00 MB 1 0
50,305 50,305 0000000022f537f10d7767d0d269955bf6869999cd25330c40d3b974ec57a7ff 0.00 MB 1 0
50,304 50,304 000000000896f9661c432ae23b096cbce89bbc5bab05e28c27f33a52513457e0 0.00 MB 1 0
50,303 50,303 000000000fec986d18f8fa5533212bdc59df0e105965d7b9628eff62cff74cbb 0.00 MB 1 0
50,302 50,302 0000000016e4395a3506a4b3d72cbeff20c019ff286e50481c6ce1645e8ce0c6 0.00 MB 1 0
50,301 50,301 00000000180d929d70d6b5e810e57a89f5ba1eae4d2e1fbe927c315fa79f7c59 0.00 MB 4 0
50,300 50,300 00000000162c3bc9dc9c0c49ec7485229a6089bbfaaea06b3d457b1b2a1c8b12 0.00 MB 1 0
50,299 50,299 00000000086b861fd9223edc2396093af46d7d81f552da5d4ee55e58aeed05d6 0.00 MB 2 0
50,298 50,298 00000000220949804cad43cafd29b5543cce9b070d620dd4fc8000df3599c1bd 0.00 MB 1 0
50,297 50,297 00000000269f39d1747419127fd6fc2618adc24ab4e29cef149c400b8e10c074 0.00 MB 1 0
50,296 50,296 00000000111832037c9387afac81ef9b064b53bbbbcabb432c127939654afef0 0.00 MB 3 0
50,295 50,295 000000001f9493fd0e6696350fe4b6b4bcc719057c1bf4b18f677ea639d70691 0.00 MB 1 0
50,294 50,294 0000000022304deddd8e1b3176f7615488aec916f6b403bd27bfda84f6dfed2a 0.00 MB 2 0
50,293 50,293 00000000131c1be14eda05cf012762b30e6835ef8bddae3798764fec7627dea0 0.00 MB 1 0
50,292 50,292 0000000012d66eda78e1876be2092fb74d09cb2ebc76db8cf85e0d164e545d30 0.00 MB 1 0
50,291 50,291 00000000164655f7b3c9a62ff6da0752dd52eb8ddf7b78228f777a651cdc2cd2 0.00 MB 1 0
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,629.01 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.