Memory Pool Memory Pool Refreshing

3,438 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,145 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (895,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,633 12,633 0000000062b7d36f1a0ff49c1e5f326f45658765f702a02421130da6d5fdd066 0.00 MB 1 0
12,632 12,632 00000000e296a3f6e0de6a76306902804a7cc53bf64681a53cdb942e4fa6cf1b 0.00 MB 1 0
12,631 12,631 000000009371923502c189a604e3b15a3a8f6df1f17090bc1af914a25a94a890 0.00 MB 1 0
12,630 12,630 00000000f39fe7f58df3719b5ac241f0187d6a85a4b50692cb1fe928d57359ef 0.00 MB 1 0
12,629 12,629 000000008d1d3c905f731ee38631a0bba1222b8cde8b096936b8e1af09d28339 0.00 MB 1 0
12,628 12,628 00000000f505b3e789c7238879fe4c875bb0fccb7766882da02250d50459a9f8 0.00 MB 1 0
12,627 12,627 0000000006dbad96108d73134ac6fb8c300cf5d16f9d37452e4bf95096d57f72 0.00 MB 1 0
12,626 12,626 000000008a57791c07e209502a03d54d1b2e613321ecceea09e3feb3ed053a81 0.00 MB 1 0
12,625 12,625 000000001662d26c55e810f4fadff2fa97d1f79554b7cf27cebf121c12a5bd5a 0.00 MB 1 0
12,624 12,624 00000000fdd4e014af2a4bace6b689f32a66ba0e23d897705ccdc3746d2f9f9b 0.00 MB 1 0
12,623 12,623 00000000a0d65a10f57e24bd94c5adc3c2a09514bb140b8d020ab96654c335a6 0.00 MB 1 0
12,622 12,622 0000000023936128d816d12bd0770fdf89d65b8ccd6260fa365876a33a10437e 0.00 MB 1 0
12,621 12,621 000000000c55e0cf49c5f1f4af2dc54578c316a1985241fc4fe58411fef5c9f1 0.00 MB 1 0
12,620 12,620 000000008c8e42c4d5c5d2d968d725ff30ca5735f10df668fafd67f2495f1ec7 0.00 MB 1 0
12,619 12,619 0000000036bac47f02210a5fdf5bffb9c336a92059ad92fc8a5e25a65ac6298f 0.00 MB 1 0
12,618 12,618 000000006ce252c723cae68bab9d3ec7d0df637fb60641f7f6ceeae19a89c317 0.00 MB 1 0
12,617 12,617 00000000818cbbd0a8e155a7541c7fb5b078754f1df7cfddec9e6b3316842e43 0.00 MB 1 0
12,616 12,616 00000000198c015566c20f71d4f47c73a17746d771c90963f4939136264c4ad8 0.00 MB 1 0
12,615 12,615 000000001c84e18c75aaed82add03c9abab428ea3796233a191d4d7f08495689 0.00 MB 1 0
12,614 12,614 00000000fa61be694ca7329c42ae19ebf0469ab0434f185e5bf9f030bb8a31ca 0.00 MB 1 0
12,613 12,613 00000000b7ce90575046939a8ee3688e3c6cec18bf4424b7fff3ac6621021715 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.