Memory Pool Memory Pool Refreshing

19,704 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (5,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,556 902,556 0000000000000000000229fae23a4f285e743a4839da5e1699a2050d7a838b4e 1.03 MB 124 2
902,555 902,555 000000000000000000005cb5562d0a636b69cdf568a3d18e19cfce8dba58f0bc 1.67 MB 2,003 3
902,554 902,554 00000000000000000001b7f9c2274252cb815cd7f0afb7364e179e3949f85d6e 1.97 MB 1,653 3
902,553 902,553 00000000000000000000833e76d75e77d36bbb3ad2f0898bb56d4825aa2b6c55 1.58 MB 1,330 3
902,552 902,552 000000000000000000022043a01fa8ea6b3bf173de0fa4e47884d63036fa743e 1.54 MB 3,480 8
902,551 902,551 00000000000000000000a138606ab9976bfd015097b911ced0d0f5d451ca824a 1.85 MB 2,982 4
902,550 902,550 0000000000000000000201327056d55a2e2c8c3be6313bc99d969726d09f3e16 1.63 MB 3,834 7
902,549 902,549 000000000000000000011f272ad9854d74f3a897df01064cf31d66ea75baa6e5 1.44 MB 1,111 4
902,548 902,548 000000000000000000002000b664e913bad49a1fe45e74100944e0954c94637b 1.66 MB 3,905 5
902,547 902,547 00000000000000000001c0fd19adb632bea855bce5f047d8806a0d2f5f68a999 1.60 MB 3,986 7
902,546 902,546 0000000000000000000010dba9e186e009ca0c82e1bb13efa54128e7c21344d5 1.54 MB 3,972 10
902,545 902,545 00000000000000000001b2ef2e1bd9172440004ce053711288dac57885a901aa 1.57 MB 3,958 9
902,544 902,544 000000000000000000004c13569fa2941e39f6c72a9dab7e7f2d6baa679c5f42 1.67 MB 3,790 5
902,543 902,543 000000000000000000018bd5fbe9eacb4966a086081fbb85d2f67cac6bfb2a7b 1.55 MB 3,588 8
902,542 902,542 00000000000000000002262825da082c9547695eac18d9e88dfe01fe0d1b7554 1.58 MB 3,491 7
902,541 902,541 00000000000000000001f642d1bbeda140d1f1a72ccc9080e1d5f7de90686d22 1.60 MB 3,540 9
902,540 902,540 0000000000000000000017eb87e890b996d95f7a920cb343ff76acbd77f3388f 1.30 MB 1,959 8
902,539 902,539 000000000000000000010eec17313662e8ebe7bc04e7a421d72fa09582c00e16 1.43 MB 2,458 10
902,538 902,538 0000000000000000000083ff80cf844cdfc1d2509a0ba25d2095c1966b66f024 1.66 MB 3,135 6
902,537 902,537 000000000000000000016fae8ae021d0c15f4f5605e4c6b4dbc6f0a083fc0e34 1.52 MB 2,986 6
902,536 902,536 00000000000000000000ccc70fb02064146e811d2c68f82e794739365f5d4c10 1.62 MB 3,189 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.