Memory Pool Memory Pool Refreshing

8,624 transactions
2.67 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (57,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,827 850,827 00000000000000000000dab9d5990257c2aa8ef937f3c852907fb0938d43b7bc 1.54 MB 3,116 16
850,826 850,826 000000000000000000000b249049878b2919f8cd7562457a57e1b9bb6b3f01cc 1.62 MB 3,744 16
850,825 850,825 00000000000000000002791507aa6245a41ff261803c94fadb14cc0d4d54f132 1.40 MB 2,643 24
850,824 850,824 000000000000000000031f1e3a0edbff6b55c7a11f2cda1487f617846e84fdf8 1.63 MB 3,051 12
850,823 850,823 000000000000000000007c0351668120e245a8a9541affca2494643bcab620a2 1.64 MB 4,625 7
850,822 850,822 0000000000000000000083b28935c262c719d1404acc7faba6666013b2bac2f4 1.75 MB 2,633 7
850,821 850,821 00000000000000000000ca71fbf8053aacd0db0d05d27ddbab4672bc4fa3aedb 1.40 MB 1,753 10
850,820 850,820 0000000000000000000378e68590d4a49803fc49c0960b68af1824d00488ddef 1.53 MB 3,155 19
850,819 850,819 000000000000000000034237b831a4eb69eee22e96e03cd8cdb1734b93c834fa 1.57 MB 3,217 12
850,818 850,818 00000000000000000001e77c15891824f0a61392311506aed09cc3382d2ac989 1.63 MB 2,546 9
850,817 850,817 000000000000000000015560ba38f6f4801d8b1476389ef1215c4cc503080a14 1.54 MB 3,104 11
850,816 850,816 000000000000000000016212532ed1afa70ea4573fcb9720b6e6276e41cb0133 1.64 MB 3,737 11
850,815 850,815 000000000000000000001b7af1743d1ce12b413f4cb7756018032a13360d9710 1.54 MB 3,583 31
850,814 850,814 000000000000000000035b5a9389c79b8bbccb125770832f4224d5f6937697ba 1.57 MB 3,962 12
850,813 850,813 00000000000000000001cc9e40a6e2384b8efcbe8555ec524bc7cf79725ac444 1.54 MB 3,031 17
850,812 850,812 000000000000000000021a97ea4eb5978e57262206577b5d74f12e74b7e2c62c 1.53 MB 3,245 19
850,811 850,811 00000000000000000000942f69142d801c7fa297413058b86bfb11335232b9b5 1.58 MB 3,542 17
850,810 850,810 0000000000000000000335b9a54d749c3489d27d479deda12ef786fff40d4c4d 1.54 MB 3,366 17
850,809 850,809 000000000000000000025b01dfe74d1b20eeba7557b79a9928e231b0a54300d5 1.77 MB 3,252 15
850,808 850,808 00000000000000000002d5acb7a09b20bafe73ea3df98758a34642092cc76d5a 1.46 MB 2,953 28
850,807 850,807 000000000000000000014669173e0d2851cbc79d90eea8d9f57f769c4f939364 1.59 MB 4,471 11
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.