Memory Pool Memory Pool Refreshing

9,913 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (588,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
318,985 318,985 00000000000000000ed26a4f3f0c080f6f5c1e49aae49cebbc9da5ebb25081fd 0.11 MB 198 26
318,984 318,984 0000000000000000116725e52ec6e2a4abd21904d37713d7c25ca2e49247d038 0.43 MB 653 25
318,983 318,983 000000000000000021f2b58c04badd689bea40fadca09afeaec3a0a8c00225e9 0.06 MB 128 42
318,982 318,982 000000000000000005df19fa75edd95cf7a5e7475edbc237db56eb5f1d7a15a7 0.01 MB 21 8
318,981 318,981 000000000000000016b3de4852d9383a3a3b37d936cec006acf565dc13cd1283 0.07 MB 186 31
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.