Memory Pool Memory Pool Refreshing

9,722 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (730,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,685 177,685 00000000000001987903f7a1d6e168223748fef5e968f3a73dea937239baa997 0.01 MB 32 93
177,684 177,684 00000000000000d88fcb046a52bac3cf9f6fe0789f5a4fbe4831fe6217f007d5 0.00 MB 8 75
177,683 177,683 00000000000007e846b5cf03aa1244399e7623af8c0a5a797ebbd9873e5558fa 0.03 MB 59 83
177,682 177,682 00000000000001ee1004ea4b4c1ee8d37390dead79b5e57f163067e9adcdeb85 0.00 MB 9 85
177,681 177,681 000000000000003d02be7a867172ccd1795d1b0bee7149c3105dd3828448bc28 0.01 MB 12 87
177,680 177,680 0000000000000332b15ca5f98e3d242ba399e44194ad0cb98d807efc1de16921 0.03 MB 102 32
177,679 177,679 000000000000014fc31ddc53db4637a9311fd53d22100fff0a3f742ec60fe10a 0.06 MB 136 84
177,678 177,678 000000000000089a50139269d8975d1f9f939b2b0cbadc8135524ea4f6b4e256 0.03 MB 28 55
177,677 177,677 0000000000000b0f4cc1324edd5a8f854c2e6afe5b534955db24c709a5bc0565 0.01 MB 32 56
177,676 177,676 000000000000002f59b19fd1c5060faf37dcafdfdb590efb55742159cfedd2bd 0.01 MB 15 42
177,675 177,675 000000000000014ca548eef7747e580ac086aad7983ea2e718449c43331ce25f 0.02 MB 26 124
177,674 177,674 0000000000000579cc244f9732596a925685fd33114af106bf39501a79c73ac8 0.01 MB 19 234
177,673 177,673 00000000000005b1456bd58ba1c0a7fa78f7842dcccfc300ab3c9fde9859fd77 0.00 MB 12 35
177,672 177,672 0000000000000698ba9f40757bd5193afaab704cc469ecba01b9d77bc61bd5cc 0.02 MB 56 112
177,671 177,671 00000000000007b3aab4839442bd6fd927f82321ef50e0a4ddd3d4c18f349940 0.01 MB 19 125
177,670 177,670 00000000000001fb05092f9a498886fde4a529ae1adecb67eca3575cea1721e8 0.01 MB 18 58
177,669 177,669 00000000000005b82f323d3cc04653bd8ee64974c30c55bb603173ebff305067 0.02 MB 43 343
177,668 177,668 00000000000007c4d6378d975c85623f523f2a0f47380d7ace37cfcc5264698f 0.00 MB 7 0
177,667 177,667 00000000000009f8d7ec04748ac5e4a685cb8981fd3ded099ba8c8835f080c24 0.02 MB 54 107
177,666 177,666 00000000000001df991dc1a906726ef3d4da14445d1da4d0fc2f592c14230e07 0.01 MB 26 190
177,665 177,665 000000000000005c962ffe88749427c4f9955df639b583419ae717dee05cbf18 0.03 MB 89 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.