Memory Pool Memory Pool Refreshing

3,862 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (169,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,013 738,013 000000000000000000002238647348a1fa9b21a6b5c1b99980050b978f11278f 1.43 MB 3,253 18
738,012 738,012 00000000000000000003d6e76e60d95260762c65f421e8b0a97abe6a1827d4b7 1.37 MB 2,986 31
738,011 738,011 000000000000000000024d931a48e5cf104b6cf4f750180d5b6d003eb9d6ca99 1.45 MB 3,028 23
738,010 738,010 000000000000000000062c074d23d95934388d5323f2adca066e3119c500de92 1.42 MB 3,256 21
738,009 738,009 00000000000000000000d78fff64002403fa32c2555ff4d7107a585bf6d1b18c 1.45 MB 2,860 23
738,008 738,008 00000000000000000006ed567004da1d3fae7fc5fe5e5d5587fbba1e7884270e 0.56 MB 1,013 9
738,007 738,007 00000000000000000002ad40ebd7f2dae882f780cce8d5120d8700021531b88d 1.54 MB 2,463 8
738,006 738,006 0000000000000000000414d5e887a57965d9c571643a4ce4c8de43dd137c0c4b 1.62 MB 2,757 17
738,005 738,005 000000000000000000063ee0334fef649691e368bc2de18abed49186d76fec0a 1.55 MB 2,763 26
738,004 738,004 0000000000000000000756389e50b8fa7bbdcdc3cd5433f89a288a7c3972b36c 1.09 MB 886 3
738,003 738,003 0000000000000000000671f2303b30688b857b038cada667550f650efa3a12be 1.49 MB 1,864 8
738,002 738,002 00000000000000000006a42d89972c9a9961fb387dbcd95a5db03689ad1e5e6c 1.30 MB 1,721 18
738,001 738,001 0000000000000000000537876eb235088c3f5458a28f7ac7c03de06dd99e2e0a 1.74 MB 1,388 22
738,000 738,000 0000000000000000000005fd0dbd14507a20f2394fdeac2df33573b128409045 1.59 MB 2,240 4
737,999 737,999 000000000000000000018336e5303ca39dd2955b843c4eadd7faca0339ff9189 1.45 MB 2,226 12
737,998 737,998 00000000000000000000d0be698f926d4f32c007845e4dca04e5b34e6e897159 1.43 MB 2,686 18
737,997 737,997 00000000000000000008f668ab442a29fa25811b496a8f31ec8aa7cd1ef5e0a7 1.32 MB 2,039 33
737,996 737,996 00000000000000000004e85841d68179000e008a2015324ade64107513e2fd34 1.52 MB 3,111 32
737,995 737,995 000000000000000000087f3bb0c6cad07eae2f69b7bddcdc470340af7e7a16cf 0.16 MB 399 15
737,994 737,994 0000000000000000000713db6f6263382ec9a6b0fa6dc092499113ff9f3152eb 0.56 MB 995 12
737,993 737,993 0000000000000000000341a917beebb473504d5b746399362b26f4b35a848f21 0.46 MB 738 12
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.