Memory Pool Memory Pool Refreshing

1,441 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,441 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (548,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,744 359,744 000000000000000004c865abd03c53ffb86ead5de1a6cf41f660750a737b38c5 0.41 MB 936 41
359,743 359,743 00000000000000001703f3e18d3bb509cdb7d55860cabdd5603ddc035d99efb9 0.06 MB 145 39
359,742 359,742 0000000000000000167bbeea8b4f293554fed310662a356bc0b681e70d98c918 0.06 MB 140 43
359,741 359,741 000000000000000013ae3ecc5f2a2d308131a8f9efaff682077cb0f8ea55782e 0.03 MB 65 38
359,740 359,740 00000000000000000440e608c1ac5a30ac1e3093220b94411ef449a2d80e996b 0.11 MB 154 31
359,739 359,739 000000000000000002a96de7972521ae9bbd6f58e09cff2563af73351100b901 0.09 MB 211 39
359,738 359,738 00000000000000000897d132807c5bae54fbddaaae2631ee8ed0ae124004ea37 0.10 MB 238 41
359,737 359,737 000000000000000005cd9787833d7a372f363fee5cb12bcb966294bdbeaf8817 0.23 MB 594 46
359,736 359,736 00000000000000000031e3d8b246cd831ef8c9e347dfc24dfbbe53c3f04e4efa 0.07 MB 148 36
359,735 359,735 00000000000000000912d16aa42d14ea5381a59baae542fc0504fd8ecc70d933 0.12 MB 309 38
359,734 359,734 000000000000000005633cdc908ab9b1ddb84a800a24b46166185a4a15163163 0.04 MB 88 27
359,733 359,733 000000000000000002c0fb935953a75fa39e5187ed0a74d32362845d16f90188 0.25 MB 642 35
359,732 359,732 00000000000000000ebbff77e17478ffedafe04d18f21be27e55c12674c448df 0.07 MB 153 28
359,731 359,731 00000000000000000d66c81bc41de52beb888a87214f48a841a8c1c1dd5cf720 0.23 MB 567 39
359,730 359,730 00000000000000000ed1896b4deda350661896219edf671d78732c588c06f2b7 0.20 MB 322 16
359,729 359,729 0000000000000000081cc0cf745f5ef628d2ab632c947f409e2aaa55a949fe42 0.12 MB 155 23
359,728 359,728 0000000000000000094bf8b198d6202f2401e963e85102a82a19187a2e04f67e 0.04 MB 100 20
359,727 359,727 0000000000000000043720890dd537e9fe6f2ecbd5da799550e9bc06c01d023a 0.17 MB 429 39
359,726 359,726 00000000000000000b664b49e340af0eea001cd648860aa65365fc5b239a1b95 0.12 MB 236 27
359,725 359,725 00000000000000000dca5cab5f136047f6f7423a52fa3032944623ed7631749e 0.25 MB 528 29
359,724 359,724 00000000000000000ade2f58939fea8031a6ee92da7346e51623f08db3bac582 0.05 MB 111 36
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.