Memory Pool Memory Pool Refreshing

3,754 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (69,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,021 838,021 00000000000000000000eb1916ac2cd6e4b148711d0b07222afa0df5622e7a4a 1.70 MB 1,346 6
838,020 838,020 00000000000000000000b5938ac2e03b1e68e92dc199a414890e113f11e21000 1.98 MB 4,601 7
838,019 838,019 0000000000000000000150de90c753fd6035dc983b1b755d241a9d383b9f7cb3 2.15 MB 3,773 6
838,018 838,018 00000000000000000002c87a518095e59ff0d37e5558298319e97c7f11f50a65 1.76 MB 2,753 11
838,017 838,017 000000000000000000025b8cb55bb08eed3a9826fb77f64d2cf5a92508443bac 1.74 MB 3,102 14
838,016 838,016 00000000000000000000168be3e6c8716d8389c05bad95a1e458fc509e2cfc91 1.71 MB 2,836 12
838,015 838,015 000000000000000000035218a795fadc83a4fcfb13e2d1f82002c70ca2e1315b 1.94 MB 3,600 7
838,014 838,014 000000000000000000007ad8db73ea4afd37afcf71bbcdfa6589a102ba9392d7 1.80 MB 2,802 15
838,013 838,013 000000000000000000030ab12c766814d07ef1c1eefe325bfbeac1a52312d6ce 1.76 MB 3,760 8
838,012 838,012 00000000000000000001537f8a58e016eb92664e4f604197e4b4bbb6d42b6aba 1.35 MB 1,804 11
838,011 838,011 00000000000000000000f4a1eeade56a54a5e6546ddee69108fe24996a1a61d1 1.81 MB 3,841 9
838,010 838,010 00000000000000000001cea0d95449c35198c356ec7b069667c9af83a326cc06 2.08 MB 6,185 7
838,009 838,009 000000000000000000014b3850f7620bf3f1c3badf6c8dc8b03796e51ef7f01f 1.74 MB 2,508 8
838,008 838,008 00000000000000000000bc6e9db29ff227488d6076a6c5eaa8c20ce2383a6f66 1.61 MB 3,172 16
838,007 838,007 00000000000000000000c36f25dcdb87a8ad55d67366a4cd65a7db3cf82de6af 1.72 MB 3,131 8
838,006 838,006 000000000000000000018cbde8a4633fbc680fa6d28b10dd01efce0f9e91eef3 2.05 MB 3,487 6
838,005 838,005 00000000000000000000c298621b7f2827430dc13db5833432ef1993e4610993 1.53 MB 2,910 9
838,004 838,004 0000000000000000000331b62507f9ba779e29ac7d601742e9d924d6cb07771c 1.63 MB 2,903 12
838,003 838,003 0000000000000000000334364f1a26e94ee9c8983bd971dd6d24c018c2aec8d9 1.83 MB 4,135 7
838,002 838,002 000000000000000000024e7ad7688e2c9c4b7d95e8784fabe4f1383a5fbcb400 1.67 MB 2,943 8
838,001 838,001 0000000000000000000352d5d23c5db1c6cbd93a9aea88108dc8375caa4a600e 1.86 MB 4,623 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.