Memory Pool Memory Pool Refreshing

35 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,289 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 35 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,288 (846,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,896 61,896 00000000007c7c20aab6147498f0ff607f21c922a58bce6728a7c25b86f695ba 0.00 MB 2 0
61,895 61,895 0000000005ef9c7978d8f8cf42a2ab98236360cbb80ba2e07737a6df03cf5462 0.00 MB 1 0
61,894 61,894 0000000005e88a320f2c21e21cb6695525682eecbee2e610718c8cb22ccd8082 0.00 MB 1 0
61,893 61,893 000000000931e9cb61d157def8dfe565cad19019de4e78f6de96dc2c91f96b59 0.00 MB 2 0
61,892 61,892 000000000c166ddf03bf854131cab3a6eac1c35c68a7e64c7a4c0c3abc50044d 0.00 MB 1 0
61,891 61,891 00000000081f29891842d8410faaf732c27ea6cc9a5d9b2d4ec767d3b3ecb20d 0.00 MB 1 0
61,890 61,890 00000000091e2514bdc0025cb4613d48fbdb2e4c3f98e4741ae46b4debbc8379 0.00 MB 1 0
61,889 61,889 00000000089bef4cf3461e4cda19e59c0cbfd895834f5823dc98c3d7f6d856d4 0.00 MB 1 0
61,888 61,888 000000000693e3b9c685f82bd7683aad9a922aeec21e0e9bacddb69e654fea64 0.00 MB 1 0
61,887 61,887 000000000935026eca56807c7b3266fc6aefb2fd841077f5a3d160bac3725aff 0.00 MB 1 0
61,886 61,886 000000000bbe0c4d7390298d8bb0ca6cb29d02145667bd65b6b770288ae3eef6 0.00 MB 2 0
61,885 61,885 0000000005af716a7fd4798659b637f3c8721bea0751ab9d8380f973202fafa7 0.00 MB 1 0
61,884 61,884 00000000026555b7f53011f367b2e0bcc028dbc917a1934039adb9b0922aec46 0.00 MB 1 0
61,883 61,883 00000000048253e14adcd025fc63f6f72551afaa0702257b523c069ac1bda5d4 0.00 MB 1 0
61,882 61,882 0000000001db56039276d901b2d6b3fcadb1ad220c5341374f28ebee601872fa 0.00 MB 2 0
61,881 61,881 00000000070c909499f5ecbd3269149f403335524e938abcda1452d2727b469e 0.00 MB 2 0
61,880 61,880 000000000ea1b65dd123e68ed1dc7a45eb5608c84f46e3682bc074e4552f52be 0.00 MB 1 0
61,879 61,879 000000000a33ae19e19b72be651f42f54922bc4f214db22ffac3c31c0b07a688 0.00 MB 3 0
61,878 61,878 00000000049dfa9b6d5b97dae3b5ca4faf8dff8d790850884377e774f963a838 0.00 MB 1 0
61,877 61,877 000000000cde569899fd9a1582667498ee3761e9fe123df53046dcfcb68a0e41 0.00 MB 1 0
61,876 61,876 000000000afa9eeb4d668f19717e4ef1092e9e3bc0533a22347c7b95928cc845 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.22 GB sent, 98.27 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.