Memory Pool Memory Pool Refreshing

8,414 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,807 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,073 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,806 (372,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,013 535,013 0000000000000000002f0afe6cf81266234b458fefc1730de931eacdad945d3b 1.39 MB 1,010 7
535,012 535,012 000000000000000000167b78d30316bc15eb4bd748f4a4ccbe9a40b1a1cd61de 1.09 MB 2,173 7
535,011 535,011 000000000000000000240343a2114e9b1b054b16ee3c1d8152ae9314e4ca1ae6 1.15 MB 2,132 15
535,010 535,010 0000000000000000001fbd38c543a14132f2042ead84a82eea2575da5cc33858 1.17 MB 2,172 32
535,009 535,009 0000000000000000001935e22780b2ee01ed4fa850bbe91c9d2a14022e066e7c 1.11 MB 2,085 7
535,008 535,008 000000000000000000258a530fab34c0968808cf3af7750660aade05bd441e16 1.13 MB 1,964 30
535,007 535,007 0000000000000000001012587426386cf8679807909eaec4f6e9566cb8b42283 1.12 MB 1,747 19
535,006 535,006 000000000000000000257f75d2f1ffd20f7d253d68a9da50c3be820fc5812e30 1.01 MB 558 42
535,005 535,005 0000000000000000000a3fcae1b84a3879d5877b79e988b4c5b33afe5dc0e01f 1.01 MB 481 68
535,004 535,004 0000000000000000002c858e5b74e36bbb1537933902caa4c2049bc8a4b790ff 1.17 MB 2,365 18
535,003 535,003 00000000000000000000e0921392a10dc431437dd876a4b90f2da3aa9ea088eb 1.04 MB 836 23
535,002 535,002 00000000000000000004e08b14508ab925a904043523ad8275e96600ab278381 1.60 MB 327 9
535,001 535,001 00000000000000000006e40de120f0246c8019bda8eea8d84068809fd3504e73 1.51 MB 878 8
535,000 535,000 0000000000000000002e01e1cc45728dc5672470cfa52710ec74ea26cb3dbede 1.35 MB 1,298 31
534,999 534,999 0000000000000000001bd4699ebe43d58b014105946a360e8af354470d6a321e 1.61 MB 383 4
534,998 534,998 00000000000000000024fea9139f93a769707ce7f4f3fd10363726ea09db6803 1.54 MB 573 6
534,997 534,997 0000000000000000001dabc440bca6d548ccbf519c995265a7f991a120ae134b 1.40 MB 1,220 9
534,996 534,996 00000000000000000025e3202cbc711227c89449131a40b95d958672b1bf0284 1.10 MB 2,168 18
534,995 534,995 000000000000000000024acc7c205a3cc52500cfe132222bb0e4962732c44841 1.13 MB 2,420 23
534,994 534,994 00000000000000000014269d17ea0b331083ec7d907aecbab52cb180230a2e3d 1.12 MB 1,922 37
534,993 534,993 00000000000000000026f9d2547820edba29f75dec4f4aba28b7205c07e6e29d 1.19 MB 2,486 33
Previous 10 blocks ↓
Total Size: 769.18 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,633.45 GB sent, 93.83 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.