Memory Pool Memory Pool Refreshing

7,645 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,232 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (588,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,006 319,006 000000000000000019620955723ca394a275ea009faa98f34d563bf0ac1f9ecc 0.02 MB 38 37
319,005 319,005 0000000000000000223322a03bcf6756a06ac8f25eabc876834290bd5f249317 0.13 MB 245 32
319,004 319,004 000000000000000001e26304f9d12eaf426a961f9e1ddf7d99db3dc7a0a950ca 0.05 MB 125 34
319,003 319,003 00000000000000001bdd7f962063191ddc79d7e262ce1083e56d5d61c7d727b3 0.11 MB 230 29
319,002 319,002 00000000000000001aa54b57d6a26c9d1151fd4fccd32af1301333f4c8b554ee 0.07 MB 50 12
319,001 319,001 00000000000000002710592f531c9330fd0c0dcd7c3215b42eb76fa6d7516843 0.18 MB 350 29
319,000 319,000 00000000000000001a198b049170a5c78e56bbb8f876cec0c903d56aa7dd164f 0.31 MB 578 30
318,999 318,999 00000000000000001ff6dc51863f89e36bc6e4a35699f01b68ca5956e5241285 0.35 MB 730 30
318,998 318,998 000000000000000015d3a268622193f3acdda31dcc2cd358b229666e6fe5946c 0.43 MB 788 32
318,997 318,997 00000000000000001fae4386ea38aa57895e006185513f81356ee6c7756fb34a 0.06 MB 118 31
318,996 318,996 00000000000000000565a15bd15a7fd23d03a7ac22b34e8753ecaac150b545a3 0.50 MB 858 27
318,995 318,995 00000000000000001cfbd444b3f05a15663a1fdbccde28496eded1f5e5f9c909 0.09 MB 147 28
318,994 318,994 000000000000000026db3928020bb74f6321dbf9377a167631f53b3cd687e80a 0.20 MB 393 30
318,993 318,993 00000000000000001c2eb9d46f10d232c9e884b774588a4f0eb7ccb4c6e7bb27 0.07 MB 178 31
318,992 318,992 0000000000000000170b6eddd1a3f43fc3d92c667f7bcf107837aba30bf7b3e0 0.03 MB 59 23
318,991 318,991 00000000000000001ff98153dd4d0d93e17b05b5bc532386a0dde7a34f5a34bc 0.08 MB 163 29
318,990 318,990 00000000000000000639f15388db5ad10876d9c1d64b0f9ee48b99c04575e189 0.29 MB 565 25
318,989 318,989 00000000000000002293c002999312265b98675b8d73a0cb5771974bbb1e6789 0.54 MB 949 29
318,988 318,988 00000000000000000046e90de0ab7d8369343891e6f024f8e9a8432a3a11a18a 0.14 MB 256 140
318,987 318,987 00000000000000000e9481fa2399ddd32d8d29543e92fde915319a234a3758c4 0.06 MB 113 30
318,986 318,986 000000000000000024b6db8acbdb98f2a98330b447dc8f16191842566a455535 0.04 MB 88 31
Previous 10 blocks ↓
Total Size: 769.13 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,631.57 GB sent, 93.56 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.