Memory Pool Memory Pool Refreshing

13,984 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (38,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,012 869,012 00000000000000000001fbad6146f32e578dc9f00c8d8e5a7ad31c566e9022a7 1.65 MB 3,572 7
869,011 869,011 00000000000000000000778ae3d41db51c0d70d354037f884caf18878d59425d 1.80 MB 3,126 3
869,010 869,010 000000000000000000014778b046fb36cd9b48e4af095649f096a07a0c8e0b0c 1.74 MB 2,369 5
869,009 869,009 00000000000000000001913fea22dbea6ce455acdd1334a8fd9541c04a451886 1.63 MB 3,978 3
869,008 869,008 000000000000000000002af34bbaa943b58a4824a1ed1c48027ad5f5914e8667 1.54 MB 3,725 8
869,007 869,007 000000000000000000016a6a410b7d170b77316ad9c3049597000b2aa96acac2 1.99 MB 2,788 5
869,006 869,006 0000000000000000000241822d1970cc486637fd54547dfbd9ad3d41fb863f3d 1.65 MB 3,319 8
869,005 869,005 000000000000000000015d224ac79033e3377bac377a1922cc96d1621d5baf55 1.64 MB 5,921 3
869,004 869,004 000000000000000000011eedc9ec7eb70d1767107b20aa0f33e066b83f154c57 2.93 MB 2,347 2
869,003 869,003 0000000000000000000122a207deb1bf35187049050877b28b11c44b2b969ca8 1.72 MB 2,374 3
869,002 869,002 00000000000000000001cc932b57d34f34db193da379611e0dc1f69f3aea5a58 1.46 MB 2,508 3
869,001 869,001 00000000000000000002836b2b1c97bf03d8f2cd6a0bfca2daa8e857d4630474 1.58 MB 3,574 4
869,000 869,000 00000000000000000001bb0e9a82d1cd8bd43c084559f699057530ea48528989 1.67 MB 3,834 5
868,999 868,999 0000000000000000000285882194b4fbd8cc4e84845c91da280a57c13936bac6 1.58 MB 3,444 8
868,998 868,998 00000000000000000001adc69c963f7b228fc983cb8dd394b20b715d52582ecf 1.58 MB 3,315 11
868,997 868,997 00000000000000000000e015ed541848444e288edd5ccb4a0172ec9454ff4187 1.73 MB 3,145 6
868,996 868,996 00000000000000000000d58b059a16ed6a66338075fcecc672278b83327bab3e 1.64 MB 2,853 10
868,995 868,995 00000000000000000001188a2d652bda6c6611e272bcf75134615f4563f5df67 2.39 MB 2,130 2
868,994 868,994 000000000000000000025784b8da86abd202c96ee9554f1fdb915f2d36511e5b 1.62 MB 3,187 5
868,993 868,993 0000000000000000000249bf5f47909c3038c753061d45ac2c2241c86753d453 1.59 MB 4,612 3
868,992 868,992 000000000000000000016f3b230178d4b8f15c2383c5b0de8701a3f851e90a29 1.59 MB 2,563 4
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.