Memory Pool Memory Pool Refreshing

8,133 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,803 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (20,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,756 887,756 000000000000000000003b14929b0adc5471bc0a86b75e90470fad671265a82a 1.96 MB 1,773 2
887,755 887,755 00000000000000000001b9a974ead95fe0e63e5fb814696e6e08ce867a4f5e1a 1.69 MB 3,345 4
887,754 887,754 0000000000000000000163ae1ab6b21bb03c0e51a890be4449a019b52a147885 1.65 MB 3,124 3
887,753 887,753 000000000000000000024e0490547c1878fcc4f018d70c6d0897f79c76de2888 1.62 MB 2,761 3
887,752 887,752 0000000000000000000215575d1f5cf136d8fb6251dafc13e69a58040d56a53c 1.77 MB 399 2
887,751 887,751 000000000000000000024ce0f2054f9d99888ef44227674d558d26728f68ebb2 1.60 MB 2,816 3
887,750 887,750 000000000000000000015f018f4ba2fb42e42ba3495141d04ec8c205e6ce872c 1.67 MB 2,153 2
887,749 887,749 000000000000000000023d5e1ddbc6ce8ac6ff5b3ee96196e66ad580ca82c051 1.64 MB 2,824 2
887,748 887,748 0000000000000000000007044c20d97b47d0300490615df6078c0946a4a16256 1.71 MB 3,790 5
887,747 887,747 0000000000000000000145657184d590f7d4b3cf798d36a3a5fe380ae9eceafa 1.78 MB 4,871 3
887,746 887,746 00000000000000000001b55a6fef06103caea0d0447cbe6da388b32fc637204e 1.65 MB 4,086 5
887,745 887,745 00000000000000000002798f6c85013477d2a6faa30329d9fbb4c0ac8f59c521 1.70 MB 3,922 3
887,744 887,744 0000000000000000000161f4eafcda8b0aa85560171ab8ed4838099af9cf5732 1.73 MB 4,347 4
887,743 887,743 000000000000000000018cad1d9aaaec83cd890416a5e6551026f92abf209cb9 1.75 MB 4,469 2
887,742 887,742 00000000000000000000d9b173f7b088b8e1cb8f0394afaf020d7e2c26f9623a 1.68 MB 4,333 4
887,741 887,741 00000000000000000000576a2469d7d13f775dc035a7609973c33ea985779d3e 1.69 MB 4,138 3
887,740 887,740 0000000000000000000214a754da5ffa74f3dc1f0dca86e5cdb6f65b17f8c93b 1.60 MB 4,007 6
887,739 887,739 000000000000000000027ac1e5df4bf56e4206ad13afedba90627e9e507f4904 2.01 MB 1,895 1
887,738 887,738 0000000000000000000169bf07972f08b88551b34df2e36b0200f0ee807dafbe 2.14 MB 245 1
887,737 887,737 00000000000000000001f0e73c1ce4d4be38593e46b58edb219f8d4eb4f44109 1.71 MB 3,886 1
887,736 887,736 000000000000000000015484302e218121110a55485eac88da1bde4255e17fc0 1.70 MB 4,099 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.27 GB sent, 93.77 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.