Memory Pool Memory Pool Refreshing

6,501 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (178,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,092 729,092 00000000000000000001ee6cb9b233db1dff25c57e3b5e16d1c0d2d4c9a5afe8 0.34 MB 788 9
729,091 729,091 00000000000000000002da68a547d98d08f4aab60b9624b6b3a8102da1a8ea5d 0.63 MB 920 7
729,090 729,090 00000000000000000000da0dee165024dc9e35e8ddabf78a4502c4351598dc40 0.04 MB 89 5
729,089 729,089 00000000000000000002c1bac0d3a751c664eaaa538da317db5c0e706fdba57e 1.45 MB 3,195 8
729,088 729,088 00000000000000000006f29b11ce3a77f1040184df3a4f6c27d812d0f14bea8c 0.22 MB 571 9
729,087 729,087 00000000000000000009e3ab31fa13599aa8145aea09d4624b0e78b74c9ef5e7 0.26 MB 570 8
729,086 729,086 00000000000000000006d85aa268e053e0f8f6fa6b1fad2d483af8f61687e378 0.94 MB 1,522 7
729,085 729,085 00000000000000000004fa94077af4264a95581fe8cccdce6a1c22a44ac6e548 0.09 MB 133 6
729,084 729,084 0000000000000000000707f2a03c8e435f1a88c0a5ae0dc44890d6884397728a 0.80 MB 1,482 9
729,083 729,083 000000000000000000024e2bed07311881b01e67aeae1c2451b1e39290e43572 1.00 MB 1,774 9
729,082 729,082 0000000000000000000284507e8a982eacdd090515fbfc9bd378debc49b98c00 0.70 MB 750 8
729,081 729,081 00000000000000000002e50deeea32fe8fdfdcffb87ce5e4a44892ad5794b387 0.38 MB 306 6
729,080 729,080 00000000000000000000bdb0e8c5bc5121842d3d0715495bc2b170708cb98521 0.23 MB 416 8
729,079 729,079 00000000000000000000ba068c89f6145514b4b85b997fdcd925d9258e6346b8 1.15 MB 2,338 8
729,078 729,078 0000000000000000000631590dfe633137462d397cb2aa815f8a37bbdd021deb 0.03 MB 71 22
729,077 729,077 00000000000000000008efbc739868d6d191dad44f7af8eeafb2415fc923475b 1.55 MB 2,411 7
729,076 729,076 00000000000000000009a4c8247c60e5b068795979a7753c69e4bda2748afdca 0.33 MB 611 7
729,075 729,075 00000000000000000006a44c3f056d17519c73f4a3f85d77a648ca44b010fc41 1.27 MB 2,044 8
729,074 729,074 00000000000000000007cb93c953c55d2a9a6024c0febc0ff0687742efbd2ecc 0.01 MB 14 6
729,073 729,073 000000000000000000037bbc6c4c425daee72e5382d4cfe5b58ba9d5ca4f584b 0.10 MB 210 8
729,072 729,072 00000000000000000003b5ece99644975e74ef1341a076cc31013d9d3bb92db1 0.57 MB 109 1
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.