Memory Pool Memory Pool Refreshing

1,800 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,789 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (865,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,015 43,015 0000000022da15c000fdc0e2d8a66ae1598238fb4673fbd2112e7fe859814c92 0.00 MB 1 0
43,014 43,014 00000000264b1eb9c4e41af1e2c6ec9678a107e573778d2523b9921002648386 0.00 MB 1 0
43,013 43,013 000000000c126450f185caa69e7a7b03b6804fa39c7d2abb95d5960b568b2ab8 0.00 MB 1 0
43,012 43,012 0000000024366925dd090c74139b0a50865c892685d31ab7fc75b166d9d269db 0.00 MB 1 0
43,011 43,011 000000000000c09b5844620bdec4d533107844efea128a6ec6326dd92f6dc7e6 0.00 MB 1 0
43,010 43,010 0000000027e926dc63e875d1f9c970374c38ef3a8c097b5011e695cf5c8ba9b5 0.00 MB 1 0
43,009 43,009 000000001eb133cfafc71871a90e1c2b4f0aa1e7f16d10a509048682ffaf9ea4 0.00 MB 1 0
43,008 43,008 00000000067ccdf95fc5750afc4803f67695a29d640772cec8b112e720dd3b49 0.00 MB 1 0
43,007 43,007 000000002345f60792a05638cfe6f83a6df96f5c61f95b0b7d86f53cefa2c5dd 0.00 MB 1 0
43,006 43,006 000000000ca50e2ce8ba96d27d3c07405a48fd1767f2ad71734d78da0d064fdf 0.00 MB 1 0
43,005 43,005 00000000159135f59f731ec46e4a839d54107600ec4eb4834cabee154c1e515b 0.00 MB 1 0
43,004 43,004 000000001f051750d016cc3a024636cf9c16308adc8dc161be131a938f7cff6b 0.00 MB 1 0
43,003 43,003 00000000004d33672fa6a8ae41843d45b297d4626c49a404b65460886c0a3f1a 0.00 MB 1 0
43,002 43,002 000000002e61e01a397987275bf08c410dee6f049812cacec784f86d196a5abe 0.00 MB 1 0
43,001 43,001 000000001fbbbe6c8857eba468a0136116f76a9607e1b2d961668abaf77ba2d0 0.00 MB 1 0
43,000 43,000 00000000212265ec8de3a24751d355725f05370882e2162aa7a57d65d31c506b 0.00 MB 1 0
42,999 42,999 00000000248a17c473820336f3a4c1699e48ff5f2d3e92b845a7cd0628a2cc7b 0.00 MB 1 0
42,998 42,998 0000000027b83cddbc4f7d5b3ce031132188c7420853e6b6c5be3a769176ef88 0.00 MB 1 0
42,997 42,997 0000000034d7c0a8306cebeb3389475e70e9ffa3fb37b5d2fbd89362fdba95b6 0.00 MB 1 0
42,996 42,996 000000002c0a7213eb9d031e62fbef2de09267e4948b2cd038438b28f315daa7 0.00 MB 1 0
42,995 42,995 000000001c07b4e12aae89a3d16e4a55e73fdab2563bdd5be83333a6a00d2b8f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.