Memory Pool Memory Pool Refreshing

21,180 transactions
16.09 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
902,918 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,917 (32,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,822 870,822 000000000000000000007b51228be0ff34e85964f79b37963cfb7d795aa3535c 1.58 MB 4,916 8
870,821 870,821 00000000000000000000468d3639aa0c8ad5ed1eee51a2dea9ffbfd9b1f87e89 1.32 MB 2,210 10
870,820 870,820 00000000000000000001249c0e4130ad80d8aefdf8c7c8ebaf5695a2489ac5bb 1.49 MB 5,955 5
870,819 870,819 000000000000000000011ce65ef6305e5cb5f73faaf0550c9b1a2aa76b2f62b1 1.54 MB 4,989 8
870,818 870,818 00000000000000000001318a500a3d9c31c4fa50db6f4529692f5636649d66a6 1.53 MB 4,096 7
870,817 870,817 000000000000000000021a123fce61a2ab4216280412bcbde5cfb5d400208587 1.55 MB 5,532 7
870,816 870,816 000000000000000000000c7652c12c1b9ad4e3cba9aae9ebedf6cb56cd837e7d 1.43 MB 4,113 6
870,815 870,815 0000000000000000000278c2c672701916c2b6fc13a1cac3ab07a720e7708fe8 1.56 MB 4,653 10
870,814 870,814 0000000000000000000113e8faa141863705081580aacd8ae4bc79324cc01e5e 1.58 MB 4,991 9
870,813 870,813 000000000000000000003c520f08dee96404633742af2889c5c7f0c29f9f7277 1.53 MB 4,309 11
870,812 870,812 00000000000000000000e1d45842ca1848cd24eba7b79e1b6cb78bc2863b48f0 1.52 MB 4,704 9
870,811 870,811 000000000000000000018d60ef15e28e829c0ca7cb7ebdd774b414029a147382 1.47 MB 4,740 3
870,810 870,810 00000000000000000002913cecce616df91f7466d2fa547eb9ddd77d6dd87e13 1.50 MB 5,993 5
870,809 870,809 000000000000000000029fabe7285e4ba78891e55c8e77cb83636c79e1143dcc 1.57 MB 5,862 6
870,808 870,808 00000000000000000001cad1e7e3a2fbbe0d0bb454767e0b9202c35863d93c3f 1.50 MB 5,916 6
870,807 870,807 00000000000000000001d4e13bb049f1fde1bf997ca6415a80d8bad4054b7b9a 1.51 MB 4,774 10
870,806 870,806 000000000000000000009d6d33eeabd0196a324b14c7a4b36614a2153914bd98 1.97 MB 2,095 2
870,805 870,805 00000000000000000000976c271aacf4c5eb3ab1d8c0e6400432411f2566be01 1.42 MB 3,766 6
870,804 870,804 000000000000000000023baec3434154bb62f4b06d680309cfdb8edda401a3e4 1.58 MB 3,644 6
870,803 870,803 000000000000000000026110833a34bf6557345df3b4b61d4df72bd5e754dc31 1.40 MB 3,704 5
870,802 870,802 00000000000000000001493930c29b1d72714a258b74abba4096071fe29d8893 1.50 MB 3,186 5
Previous 10 blocks ↓
Total Size: 760.76 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: 908.82 GB sent, 50.36 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.