Memory Pool Memory Pool Refreshing

5,359 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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 1.00 vMB 3,146 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (4,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,000 903,000 000000000000000000000f5626cd98565dd189dfa30d037f8a36296df5221985 1.66 MB 4,143 1
902,999 902,999 00000000000000000001aab078a41c533a4638b3c719b8da6fa0c5a375e21800 1.63 MB 3,193 3
902,998 902,998 00000000000000000000c61114369447611f9fe2dbc99d5f44e5db423036ee75 1.77 MB 3,939 1
902,997 902,997 000000000000000000018612d438ba1b0c0d124a8bca2d3a05c3d87c8e06e512 1.69 MB 2,942 2
902,996 902,996 00000000000000000000a4359cc88016a1f8eebb15c631c17e99180f2330f453 1.68 MB 2,841 4
902,995 902,995 00000000000000000000dfc4c1756a71ba500d8ad1e0f0bf2238fb6f64bf1b28 1.75 MB 3,466 3
902,994 902,994 0000000000000000000234b3bc675b289c1642599756fd20c3deca33a9418342 1.80 MB 3,897 2
902,993 902,993 00000000000000000001fbef7bf344cf0c51ab5e5f30fa9526d4a69e1fcf773f 1.61 MB 3,535 5
902,992 902,992 000000000000000000019f0829fe5ec55f3e4141bf7ac6b47895e6475da4affe 1.57 MB 2,673 3
902,991 902,991 000000000000000000003c4fe2b54d48f1d39e489b74430781011af07f03214e 1.83 MB 4,374 1
902,990 902,990 00000000000000000000dd948d7e97a4aeb01afc81104a2034b166251b8365c3 1.80 MB 5,012 1
902,989 902,989 0000000000000000000057eea3086d7bc0b9cdada6a3e4455250419a1494dd00 1.66 MB 3,338 3
902,988 902,988 000000000000000000022fd93d5f7333ddf416b1aaea04db52af6edba7240fc0 1.49 MB 2,414 3
902,987 902,987 0000000000000000000201b32396ac3b005ccd4ac17da2f328d635494ac61aa2 1.74 MB 2,926 4
902,986 902,986 00000000000000000001f544595c265f5bec9ad1baebfb1109019a6d7e636097 1.66 MB 3,517 5
902,985 902,985 00000000000000000000f43922120452a5b70cd4881a51d4f51ea32fc7ea7037 1.69 MB 3,379 4
902,984 902,984 0000000000000000000232a8a5944560a5b645cd6089183e134f24e73bd8e78b 1.81 MB 4,361 1
902,983 902,983 00000000000000000001de0942c32871873877feb49a2733852d9306bae6dd38 1.68 MB 1,528 1
902,982 902,982 00000000000000000001961050927b2c6615f0d5b99689481daec383af6847eb 1.71 MB 3,052 3
902,981 902,981 00000000000000000000f288481b6e48828417a94bef151f394f19a8d5c93e40 1.61 MB 3,642 5
902,980 902,980 00000000000000000001f0fdb77f1d9192c725bf3e73b296faad1b7f60ed2f05 1.52 MB 3,991 5
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.07 GB sent, 94.14 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.