Memory Pool Memory Pool Refreshing

125 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,104 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (860,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,866 47,866 00000000363bb6d3414b586e9bf94ba37f8446d26067364cb2bcc59d740eccf5 0.00 MB 1 0
47,865 47,865 000000000c70274bdf14310614bffcd4723c6881b27c8c252f62af028f281302 0.00 MB 1 0
47,864 47,864 00000000170eaa8bf01034ebeeceedd442f4f3f85b827865a210a066d299ae4f 0.00 MB 1 0
47,863 47,863 000000001ae3ce2e1cd1154cb78a04d140fcb1c4a1aea1411dc6c25e8de236db 0.00 MB 1 0
47,862 47,862 00000000330af492f102ef52599240144f310fd731bbf608a5154ededcfb5fe8 0.00 MB 1 0
47,861 47,861 00000000027c7204fbdf533fd349fbdcf5b89ce369a3894b13f9879cd3aa29fe 0.00 MB 1 0
47,860 47,860 000000001e60a7a7462d908b1b537d3634ba09aecc6d8440c39bef6908a6ae42 0.00 MB 1 0
47,859 47,859 00000000118ece39c1861ee98b27e9bbeb67af62c4f349bc0d1cd2933cfc9c11 0.00 MB 1 0
47,858 47,858 000000002df16bd54dfb82d8dcd5fd6f6f96274000b0932dca9ecc7cec8dda62 0.00 MB 1 0
47,857 47,857 000000000568c44fad315bc6cd8e914b090280380f9871205e98a9cb92b001cd 0.00 MB 1 0
47,856 47,856 000000002a926e7a614faede426d0720fa9e6f477e423a844277a0416a2e617a 0.00 MB 1 0
47,855 47,855 0000000001f4cacc135075efc45f9642a92ad26bfc130aa533036a189f6b9031 0.00 MB 1 0
47,854 47,854 0000000022b391aba84cc6707f2999afdfab5d222af7ee6fb1348329abbc971b 0.00 MB 1 0
47,853 47,853 000000001e394b66f1bfb2862c776025d1fd2f646a7283a50a23495f37bb9a1b 0.00 MB 1 0
47,852 47,852 000000001d3e3002ab7a196d37442a05db75265c1bd3838e2a6c1742c9805232 0.00 MB 1 0
47,851 47,851 000000001b6de4f52497f3ab1330e76c682123c6bdb8689b044eb05a39c5f0fc 0.00 MB 1 0
47,850 47,850 0000000016c1a0ca33c7e9cc960885b957fc2e62e340685526f7c2e99e359c34 0.00 MB 1 0
47,849 47,849 000000000e1421e2cf9ccf05ed36cdf7a5640235922150311363fd21b97d30d0 0.00 MB 2 0
47,848 47,848 0000000027fa435e3c840e15f9e562bed75a456113eaff5a38510c2f81bff518 0.00 MB 1 0
47,847 47,847 00000000307a0c38a7a8b8586c6326af1359dd1d049dd2ca276e31a68f0a9b35 0.00 MB 1 0
47,846 47,846 00000000270eb5c7127897f3af18c920f9b32bf32516a4efb2a0750d3337f745 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,679.14 GB sent, 96.57 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.