Memory Pool Memory Pool Refreshing

2,935 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,683 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,682 (872,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,552 36,552 0000000011e2fe2c3e0b504ff3cde90471a319cc37507cdc24dd285815e3651a 0.00 MB 1 0
36,551 36,551 00000000372e2a6eaf592748ee106641c4d81ca30eaacd3c9de560fd3916f14a 0.00 MB 1 0
36,550 36,550 0000000001e2ea9c9bfd059b70760119045e5a2cbfa3467bba22e06df315cad7 0.00 MB 1 0
36,549 36,549 000000009696881c358fa1e5176e8c67f1bbfe0fd3602cd9c31636e72e7c5e0e 0.00 MB 1 0
36,548 36,548 000000002ef555cad7bf055f24be2c9ae68e025cb7edb7d7d9f462e9fe0d4706 0.00 MB 1 0
36,547 36,547 00000000766f8eb276aaaeda9dbbbec1209708ca3a50a41de8ee8c7ed503e31f 0.00 MB 1 0
36,546 36,546 0000000081d297c24ad8e04b1c7c4c1d289d99826b3290b6b23a0ee91ed66c0e 0.00 MB 1 0
36,545 36,545 000000008642cbd6e33ca7e0db45d2921a48afab3ad4f3387623ab45fd6618bb 0.00 MB 1 0
36,544 36,544 0000000012a6dff2cd21d6b5724c379da67709187b560a1375021251b7c94784 0.00 MB 1 0
36,543 36,543 000000001a84e5d3083c5ff776529c473f5773041b4b9b0ded48330bfea1a1ba 0.00 MB 1 0
36,542 36,542 000000007c944329b0e9d7760e183a36fa800da697e112e99971854c50110b78 0.00 MB 1 0
36,541 36,541 00000000365fc3c02ea1bf3570aa7beb504cf702ed87089b44825cea83754dcf 0.00 MB 1 0
36,540 36,540 00000000956f6227de8993697bcad6656e64cb72aff5aebabea909976341f8e1 0.00 MB 1 0
36,539 36,539 0000000085f89b11a4f2a10d1877531b162c6dcee4184928b67050561bb7fb9f 0.00 MB 1 0
36,538 36,538 00000000b791d55e7a6716b04f605abe0dfeb18217295c9b1dbbfa8657836021 0.00 MB 1 0
36,537 36,537 000000001ea2d6fa7f35c76c02a6d31ea4e6ccb05eda7a831599430243dbbe5c 0.00 MB 1 0
36,536 36,536 00000000b866d8ecd2c2adce5369d67a8d9317919c60966c3700db3fcf79a595 0.00 MB 1 0
36,535 36,535 00000000ab33e5fe7b812ee8dd48edc729187c1b2c0bbc145d738cd3bd4a64cb 0.00 MB 1 0
36,534 36,534 0000000002d5f4e5f4736cc0d5997248eb8c9634bb0c9ea2582d1eac05614b93 0.00 MB 1 0
36,533 36,533 0000000094ea16638898c880a91f1161fb743c673c7a1895f219c510fb1b42f4 0.00 MB 1 0
36,532 36,532 00000000014f97f8de22a260c2d78064d945b17e39b33e6caf1e0150401da0ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.