Memory Pool Memory Pool Refreshing

10,046 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (285,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,569 622,569 00000000000000000000465a026095c847343f6586b3c8d33987d65737f51c9d 1.32 MB 2,798 84
622,568 622,568 00000000000000000005ef79a52d501ff698aedda77120083bc8fe3f9ee340a0 1.06 MB 2,560 21
622,567 622,567 0000000000000000000ece8a67aec90f0f1931a8ab18523eb9e782c280eb7689 1.23 MB 1,972 32
622,566 622,566 0000000000000000000518ec003015e8baa567af99b5220647bf4de2afac7622 1.19 MB 2,454 14
622,565 622,565 00000000000000000010f66b0f5450572952b8ec4d4bc34d9934a399f6d2c102 1.33 MB 2,894 62
622,564 622,564 00000000000000000010eaeff9ff92d0cce0e204728137f128c9ebdf157ca43f 1.25 MB 2,324 76
622,563 622,563 0000000000000000000b8b1e7e8d9f2c20d427fe5e1deed14b0543d66fc73b1e 0.95 MB 2,270 37
622,562 622,562 0000000000000000000d4e36f6efb6cdc8f2fafd30a1fbba5e0de85922ab1f43 0.89 MB 2,161 27
622,561 622,561 00000000000000000007080c7c436d07aa08efa4a4f968dbb3f52dfcb5eb5c53 1.22 MB 2,076 39
622,560 622,560 0000000000000000000bab076ed03abdf64fca01f262537f192ee1b3a287e8e4 0.92 MB 1,270 7
622,559 622,559 000000000000000000088e14384b363b8c08c66ebd8cad97cc19ba8c11ea9069 1.23 MB 2,526 10
622,558 622,558 0000000000000000000252612460cdcdfcfd35cd62ec215d2f00d07b34eb7917 1.30 MB 3,164 61
622,557 622,557 0000000000000000000759b9f3931342949d09586d6201a22dfea24273bb379d 1.33 MB 2,808 39
622,556 622,556 000000000000000000050df91a7bb0b74b1c31e64b820858e48f30aa49671699 1.33 MB 2,194 38
622,555 622,555 0000000000000000000f9c28cfd13aa96cef20a92c96419a79e1820afa7bc946 1.22 MB 2,233 28
622,554 622,554 000000000000000000097733ae83c25a1c446c85cc7fe01cbe05be2921354425 1.26 MB 2,592 82
622,553 622,553 00000000000000000010cfcaf016375dcc315721437beb4151a9def90109aebe 1.11 MB 1,752 10
622,552 622,552 000000000000000000015f8e3e1e493ab2809822fa3b7164d97e2852648a779d 1.15 MB 2,258 35
622,551 622,551 0000000000000000000d182d8fc7c699c9ba870814b51ad3fd6abc4a7db2260a 1.15 MB 1,854 32
622,550 622,550 0000000000000000000af4fbf3ec11febb61f11633c9c314f6ce4b83eb4b4f12 1.23 MB 2,666 52
622,549 622,549 000000000000000000079d5c061e9e4aa0707851d199718e2263d7fcfe04bb26 1.19 MB 2,119 44
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.