Memory Pool Memory Pool Refreshing

3,520 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (381,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,841 525,841 000000000000000000392166dff6e19aca48a7c2b05bde967b7a21617b2cef38 1.12 MB 1,447 15
525,840 525,840 00000000000000000008f49ee79c0aa545bc7b2235f1afa4347ed53576cfa7a1 1.15 MB 1,026 4
525,839 525,839 00000000000000000006f627971cff35ee1bffada6c6046127b274304f9fed68 0.16 MB 341 18
525,838 525,838 00000000000000000031793a17f7cf6cfacee0baa8512d72ef81be8952326b17 1.34 MB 2,564 4
525,837 525,837 000000000000000000337ddd7da1cea5d010269481c19be46b85a3ca78eded35 1.14 MB 2,312 34
525,836 525,836 00000000000000000003f851e09d5b95b613df8bb65760d5692913076e3ab55a 1.07 MB 1,287 7
525,835 525,835 0000000000000000001aa7cfd8588ffa7221be7b5607fb4644b422068f2fdae2 1.03 MB 636 7
525,834 525,834 00000000000000000001ba04f3ffa771bfd9be69efff681cbeb600d808de2683 1.05 MB 866 6
525,833 525,833 000000000000000000303fa070ecc48bd3ba463aa390ae54a5e5a1d29c016fa1 1.01 MB 190 2
525,832 525,832 0000000000000000000781e356bfda62f6b86f7bc263794b5024ea4ccabdebd6 1.14 MB 1,508 4
525,831 525,831 0000000000000000003243560a0f5ce5c90be96a7c7dfb500a7072468b59cb45 0.66 MB 1,248 30
525,830 525,830 00000000000000000007bb52b06f8db73844751e03f0d87748d0486c1cd910f9 1.12 MB 2,127 17
525,829 525,829 0000000000000000001553bfac4967f3161877b310c9318c4515762cc2b7d340 0.19 MB 260 1
525,828 525,828 000000000000000000327ca0e02f6c44c13e03db97f52bd438911bde1c660b07 1.02 MB 576 3
525,827 525,827 0000000000000000000738ed646b7b4b640d21276e39bdf6c33413d24096e908 1.03 MB 558 3
525,826 525,826 0000000000000000003d5e61f1536ac9a05b082fdfd3e4a133462bf11f953012 1.03 MB 562 6
525,825 525,825 000000000000000000390f7e6cfa99bc6b5866ad66459db04d90061ee40c0dfc 1.03 MB 500 6
525,824 525,824 00000000000000000041317267f16b19057079dfc4ee728cfbc32c2b4b705ef9 0.11 MB 260 32
525,823 525,823 0000000000000000003e5d46c7f1886b21dcd650b8d4ba9f5bef7c17b5714b88 1.02 MB 451 3
525,822 525,822 00000000000000000001e1009cddd5740c40bdedbc86750e6059fcac36868a6b 1.12 MB 2,004 13
525,821 525,821 00000000000000000032817e10b369aebc3324616d9a1dcedece7235a3adf749 1.11 MB 1,422 5
Previous 10 blocks ↓
Total Size: 769.06 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.88 GB sent, 93.18 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.