Memory Pool Memory Pool Refreshing

1,141 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (762,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,401 145,401 00000000000004b10354ff5ca259d87fd9f16b3647b13d380806bb40904abb5b 0.01 MB 29 45
145,400 145,400 0000000000000374c21f2602d4cd5bd7bedb82f621e3408854c7406dcd15c3a9 0.01 MB 23 127
145,399 145,399 00000000000002925247e4d3717518554d1c39f383fa7907ba0975568475ddbe 0.05 MB 131 49
145,398 145,398 000000000000043c05bec253e5b8895deece9157a6ae871315ca10fee96fcb8a 0.00 MB 15 931
145,397 145,397 000000000000002fd39a82272900e3c929fab510cc1c92bea82348507083e92d 0.00 MB 7 1,039
145,396 145,396 00000000000002963783155e079cd8c65760f021ecb3e176c4ce70508736630e 0.02 MB 48 141
145,395 145,395 000000000000065104e8a05eec96456f7fb1a854d801b5a73a878a01ce882d00 0.01 MB 17 77
145,394 145,394 000000000000054531bc0b108d8ddb58aab470cc3e8c465f79239b1e8beab4e2 0.02 MB 60 241
145,393 145,393 00000000000001bdda89a705d1bb6554f2d7473f03f8de37ba0510d1ecb90bfb 0.01 MB 22 67
145,392 145,392 000000000000067b5a8d0b4327e0e2dbe95513176accfeb799e0d57bca00a8ec 0.01 MB 10 49
145,391 145,391 00000000000007f2e90943130c777be2bb105e83dcfdff077568942862c44fd7 0.03 MB 62 78
145,390 145,390 000000000000085cd207deaeeccb047e1f36a17db2cc99f179dcf1ab8a0733bb 0.00 MB 8 20
145,389 145,389 0000000000000918ddf0a21876113d2ce39f4e897b7458af1058deac4e9e38c8 0.04 MB 111 138
145,388 145,388 00000000000005406892ab2f5ba506abcf80e82c073bcaa27fad0d8d4fb765cc 0.02 MB 25 44
145,387 145,387 000000000000079a58d1e02e733cd3ef96caf5987dab553349dbf8848532cbfa 0.00 MB 8 411
145,386 145,386 000000000000091e01e985cbe28bade883ba91c98845f98d1a149f133e744a16 0.01 MB 28 300
145,385 145,385 00000000000003e931ac379ff71e782fe5ab2505d4dafe14813e6d69aee7fc68 0.02 MB 56 227
145,384 145,384 00000000000008e688ca79784d9e9287ab9997d846fe3fed1db5ca9c90f33c63 0.02 MB 20 27
145,383 145,383 0000000000000724ccdb17d919a3644af3cd5a34a33c7cef3017fd96081a67cf 0.01 MB 28 224
145,382 145,382 00000000000002fa6c4e169c508d3af82fb932d47384538eb34e5d76c2a5bfc2 0.03 MB 75 111
145,381 145,381 00000000000001286c851d275f79d82b7e4d6efbef003abc375ba6998d52402b 0.01 MB 15 183
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.