Memory Pool Memory Pool Refreshing

3,562 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
899,826 0000000000000000000237740000000000000000000000000000000000000000 0.82 vMB 3,514 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,825 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,825 899,825 0000000000000000000062a420bc1cac7529dbf3fe254a280209930930e02edc ago 1.85 MB 1,902 1
899,824 899,824 000000000000000000004e0dc17a8f1aab0ea2f24cb3f63a86fe663f0d51b859 ago 1.28 MB 1,654 1
899,823 899,823 000000000000000000021ca41daa986b3761fa1db3c4064d5009e076adec1f4e ago 1.72 MB 3,439 3
899,822 899,822 00000000000000000001d46f8d1465053483a030e67e6b666e091ba6f1bd1362 ago 1.50 MB 2,411 2
899,821 899,821 00000000000000000001512922df48947967eec247fac366b7c182304417e729 ago 1.69 MB 3,184 1
899,820 899,820 00000000000000000001ed006bbb4baf702dc7eaff773620ee4ef28401c4ea27 1.37 MB 2,305 2
899,819 899,819 0000000000000000000112ba5e391697c806e1691ebb133a93b4b123aeab56aa 1.65 MB 3,150 3
899,818 899,818 00000000000000000000b37142df910db91bfcb71165a86056ec65cd1aca1efa 1.71 MB 3,124 4
899,817 899,817 0000000000000000000070b046f4d0ee5db68630ca4f97192c916d8b3f7527f7 1.61 MB 3,714 5
899,816 899,816 00000000000000000000946fb62a7b056e86c4bf0a328efaa8a50161a9fe98bd 1.59 MB 3,844 6
899,815 899,815 00000000000000000001608c143e5741e078f1430a6694dd4043bf36fd4abcc9 1.53 MB 2,703 3
899,814 899,814 000000000000000000017a2f75c731d8229c8de7ef5adf2cf67b6a0f5012d896 1.56 MB 4,107 6
899,813 899,813 000000000000000000017f1fcd00d733e962ee98da7444f4a373ad15a0d42d50 1.69 MB 2,423 2
899,812 899,812 00000000000000000001c9c4213027c3c8d27f34292d321b0f21aa2e1bd47c53 1.51 MB 1,458 2
899,811 899,811 00000000000000000001906055ed8d7d7e40119b3ef2779e6caa00ad705dc0bc 1.59 MB 3,562 4
899,810 899,810 00000000000000000000436df0d5c335e5a1a88236258abae56d526bf0d4e5ef 1.54 MB 4,039 9
899,809 899,809 000000000000000000017d5d8bad2b01adeb2b843dd99491322e44bc3719a344 1.69 MB 3,408 4
899,808 899,808 00000000000000000001f509c565760e5deb7141f63f8d922016c44193c1f9d8 1.55 MB 3,867 8
899,807 899,807 000000000000000000015d2d4dd80dc13267faeb92579aa96c002ac44471fa55 1.59 MB 2,965 3
899,806 899,806 00000000000000000000dfca584c6ffccc0a09761322c69fb668f446dfabb59b 1.67 MB 3,489 6
899,805 899,805 00000000000000000000f9ec4dab4938ca1ced8d6711be9479c6b39ed7fada98 1.55 MB 3,251 6
Previous 10 blocks ↓
Total Size: 755.69 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: 537.09 GB sent, 26.88 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.