Memory Pool Memory Pool Refreshing

5,899 transactions
2.06 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (277,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,065 630,065 00000000000000000003baa6878a5c9873dcadfe12ed1b310c41e02422e66e6e 1.01 MB 148 2
630,064 630,064 00000000000000000004a15f1e9af81aabaa54b2062852feefd42694fdf6e085 1.08 MB 1,015 19
630,063 630,063 000000000000000000005b3575c747def252b0f77d6da906317e224ed02da239 1.17 MB 1,751 34
630,062 630,062 0000000000000000000ee370d891a7513d426398f97fc91cb15e3c992296415e 1.09 MB 955 16
630,061 630,061 0000000000000000000068934f351a4eea9db982196ee10ad1db25b2b6bcfafa 1.01 MB 155 2
630,060 630,060 00000000000000000008ea92031f17e0d9f4707c4329d2c85c0c7e4858412d16 1.24 MB 2,176 43
630,059 630,059 00000000000000000000ab3d6d4cc7c263586b93724cd0af1b62694399beb794 1.24 MB 1,000 2
630,058 630,058 00000000000000000003f4173edef36072ec9bb9c7072ebe06506c231dc433e8 1.44 MB 1,031 11
630,057 630,057 0000000000000000000cd79ce26f0f73701902a9e33d31264ad0a9b6072f8cc3 1.38 MB 1,531 32
630,056 630,056 000000000000000000014bc4cf84b7674c26b5d415d7d11843f984e12b2eb3a8 1.63 MB 974 28
630,055 630,055 0000000000000000000249724788aa72fb314eb4f94cd9675635c6cc4adc0417 1.58 MB 1,165 27
630,054 630,054 0000000000000000001141234d7da4ebc48dfcd92af6ce0e06411c5c1e66afef 1.20 MB 1,790 5
630,053 630,053 00000000000000000008ba4be163fd26cefd623beb29c9ed97a32af736d26fc8 1.27 MB 2,308 26
630,052 630,052 0000000000000000000487a158f8b92588290d4ee1beb8d400f509da8389699f 1.30 MB 2,486 30
630,051 630,051 0000000000000000000de761dd931908c371589f47efbaca2f4024c392d94045 1.40 MB 2,669 97
630,050 630,050 000000000000000000067e46dc736d0ed8ba353b0520c4177c2f32971a930185 1.27 MB 3,025 21
630,049 630,049 000000000000000000029ab38859d5a8bd649a181af0bc761e6cbd962657be71 1.33 MB 2,201 49
630,048 630,048 00000000000000000004917d5879eb4a2dd34766134be122acb5671291b7da88 1.18 MB 2,339 15
630,047 630,047 00000000000000000004640f0c13f0b32bc73abf616472bdb0de1f500ef0661c 1.21 MB 2,386 70
630,046 630,046 000000000000000000096712b9a544a8436a5f6bfb4dd7bf9deece6f57339c6c 1.19 MB 1,861 21
630,045 630,045 00000000000000000000d107dd82219da88dab60cbd9d7e908854359cb08fbdc 1.20 MB 1,575 66
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.