Memory Pool Memory Pool Refreshing

8,814 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (153,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,083 754,083 00000000000000000001c72255bcc6cf64ad8a597e0f6ff80af6494f820547c9 1.51 MB 2,877 30
754,082 754,082 0000000000000000000120276db6ef786553efc59bfc79c14a298e8b748c6d9c 1.65 MB 2,577 19
754,081 754,081 00000000000000000003e8bb091a3cbf2b5a744d354ad323757a34fc6756ae95 0.69 MB 870 11
754,080 754,080 0000000000000000000190fdd1d43ca5bbc574cb3eb8d030e852581207df32a6 0.24 MB 352 5
754,079 754,079 00000000000000000006951170a2dbec3938add7a9a14f168eef5ddec580dfcc 1.55 MB 1,838 6
754,078 754,078 00000000000000000007d6158ec2a9829a1a1662e0ef4f57a535a71971abc45f 1.53 MB 3,423 22
754,077 754,077 00000000000000000001b6057cb6f054f3057b9f162a2a085d8725d1428514d5 1.74 MB 1,783 8
754,076 754,076 000000000000000000089a64809b3bbe57649bfb3e812b5b87a551bab24d86df 1.56 MB 1,679 3
754,075 754,075 000000000000000000008931e3ce472a278df11adbfe76a53398d4e3b7f36047 1.97 MB 1,587 12
754,074 754,074 0000000000000000000120cdc5e99d04c1356246333722dc89564e1250133a03 1.45 MB 3,412 24
754,073 754,073 00000000000000000000ee51599ac67fc69fcf1eae87f9a2be90162158202cb8 1.62 MB 2,808 20
754,072 754,072 0000000000000000000404ca87548052ab7b055e5066e683b6fcf2d800e657bc 1.67 MB 2,016 5
754,071 754,071 0000000000000000000017fc597887bb4526a0a34f8e68e742c67b6f0795a26f 1.36 MB 1,767 14
754,070 754,070 00000000000000000006cd18f87d2daf3a1a47d37ebd4a3647f426b96962baa1 1.28 MB 2,214 21
754,069 754,069 00000000000000000008894e133af109ea475b502fd7cea6015ccd20270e53ad 1.64 MB 1,957 10
754,068 754,068 000000000000000000025e35dd5449eea09848e39da0415c2ad2460380b96907 1.92 MB 1,953 17
754,067 754,067 00000000000000000007dbadcac203f027f9de262a1fd4322828c5c43edfe381 1.63 MB 1,767 7
754,066 754,066 0000000000000000000005b6f31ab0e05fd051cd0c58c7ceb73cc3337f31078c 1.32 MB 2,386 18
754,065 754,065 00000000000000000001c531afbf81b08ad97ae56764ad0eadcb7f31ec7b8b75 1.52 MB 2,407 4
754,064 754,064 00000000000000000001b404fd972ad401925a6cc9e5fe8f14d2a3ddba28778d 1.86 MB 1,760 11
754,063 754,063 00000000000000000000d2735328161a8551e9e16c4f992d4974c318f63983e7 1.41 MB 2,334 14
Previous 10 blocks ↓
Total Size: 769.29 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,642.51 GB sent, 94.39 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.