Memory Pool Memory Pool Refreshing

5,871 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (165,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,826 741,826 000000000000000000088495302687548803757494fbbed7017f58c3c0159691 1.13 MB 530 6
741,825 741,825 000000000000000000036076c7e97b03370e2a35d8c23ff0ca9f8e2cff9e7147 0.78 MB 734 15
741,824 741,824 00000000000000000005036ee5e5eeeb95aef44f5b133e91e24c1f982a68570d 0.65 MB 1,121 13
741,823 741,823 00000000000000000006ba53e3e5be06032da23c989315933a4a1f922759d582 0.34 MB 700 16
741,822 741,822 0000000000000000000129852102eb670cd249a93a8bba1519242c6568abaf1f 0.96 MB 1,796 14
741,821 741,821 00000000000000000003e5c2e6e19f320f1c13d8797223007c0d6ec18180c43a 0.25 MB 489 14
741,820 741,820 000000000000000000021d4dce912d2521735dbad61a6ec4baa4a44c15f097df 0.55 MB 946 14
741,819 741,819 000000000000000000043155ce79167e7bc0f7d721134752725fdf8f168b6875 0.37 MB 538 13
741,818 741,818 00000000000000000006e36886d7fa4a5cf2fd1e40b2494f6d11e4e0249695d8 0.21 MB 410 14
741,817 741,817 00000000000000000003c49971097c09c1c3889c103e8986c4f3721f626a698a 1.53 MB 1,443 5
741,816 741,816 000000000000000000059510d060023868f4607f4ff8edef61be05d69acc2a7d 1.24 MB 1,696 18
741,815 741,815 0000000000000000000784d15bc062d8cb0dbb308da8ca38052e9cd3cc5ec79a 0.09 MB 245 15
741,814 741,814 00000000000000000006b07d60d6415168dca0de50e43e11935d4aca479450f9 1.10 MB 1,459 12
741,813 741,813 00000000000000000001331c08de74847cced8a221955a4516564814b291d89b 1.27 MB 1,611 6
741,812 741,812 000000000000000000068cc73c8388c7b43a2d28dbef5257212903e331b4be9e 1.41 MB 3,033 25
741,811 741,811 0000000000000000000384f0b537fa5e4fc1235fe7350fcb255dd60bf656aa4a 1.29 MB 1,299 7
741,810 741,810 00000000000000000006e24fc8a836b2340cf5dce440fddaf5ea90d68ef24ef5 1.40 MB 2,379 15
741,809 741,809 00000000000000000004a7130a00724d718273e59aac48606ccc9ab1d49861cd 1.77 MB 1,028 11
741,808 741,808 000000000000000000057637e0e63dd1f9bc973167279a15fee62ccb5b166117 0.56 MB 694 12
741,807 741,807 00000000000000000008841027c5860914d06da62590c7f115b9b041d9fc635d 0.47 MB 372 14
741,806 741,806 0000000000000000000680af0e67472313c2cf67a1ef8fbf894d8a6de5b88489 1.24 MB 1,232 12
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.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.