Memory Pool Memory Pool Refreshing

3,611 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (489,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
417,744 417,744 0000000000000000003c0d726a54042f574b54338d5728a752af3bf7d4856867 1.00 MB 1,585 38
417,743 417,743 0000000000000000046ab9b026baa5c32c3117853b986c61f445d89bd40825c2 0.57 MB 1,057 51
417,742 417,742 000000000000000001b330b42a3f37ddc46c03e53c8d4fc55c2403163944ba18 1.00 MB 2,534 78
417,741 417,741 000000000000000000a32cd406e579e1baa73bc0d6275c25b4e4a79378fac5c3 1.00 MB 1,880 30
417,740 417,740 00000000000000000075d74d0b16593600aee1d8b9dded08384ece798efe3ca7 1.00 MB 1,675 40
417,739 417,739 000000000000000004f662de7c8ca400aa59f954c6b9aefc22210614083cf8df 1.00 MB 2,385 71
417,738 417,738 00000000000000000327b6af0a5d84e16576bda7a11c00854b70079132685c33 1.00 MB 1,475 44
417,737 417,737 00000000000000000092ab0e2bcaa476b6025f65fcbf508799498d995975eb2e 1.00 MB 1,964 75
417,736 417,736 00000000000000000326e957d2b67c6d84d7b98985b66489b5b68dafe7ab0f5d 1.00 MB 1,684 39
417,735 417,735 0000000000000000014d66cac671db110d22a8733153e56e6dc27827be64cf87 1.00 MB 1,607 118
417,734 417,734 000000000000000001eb2f52e3df222211a8f45480d958ebd6702f5fa2bc5398 1.00 MB 1,935 46
417,733 417,733 000000000000000000fb5c0704b121a50e67d19e4d75af0ba88aeaa34511eb6f 1.00 MB 1,745 42
417,732 417,732 0000000000000000038ec225a6681432948e42bc380937ade0013ba246058172 1.00 MB 2,501 49
417,731 417,731 0000000000000000031999522d6933d0656d78e603b87ceb2ad406c4a76fb975 1.00 MB 2,256 64
417,730 417,730 0000000000000000016b3725a11a40dc3ae3bdd0492eaac2228697a055c3d8f5 1.00 MB 2,484 87
417,729 417,729 0000000000000000048631fcb3b87f5c2c4858df8a9ce39dc165cff200458561 1.00 MB 1,899 69
417,728 417,728 0000000000000000002c9b1675ac0430141da8bb0d5bb3cab8a66e281b6077e1 1.00 MB 1,724 59
417,727 417,727 000000000000000004db81a83b9c95f007f6231e0ff867bc07d60a11d951775d 1.00 MB 1,928 80
417,726 417,726 000000000000000004d3cfe2f105c671d626fadd3c4f40414e0743f5c6ff3234 1.00 MB 2,322 88
417,725 417,725 0000000000000000029a7bc54ba30a45221410ea081979f650a330bdde4b6041 1.00 MB 2,707 105
417,724 417,724 000000000000000003b7e21fee62c2336707eb0d4816d92efab0521f0c34899f 1.00 MB 1,679 60
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.