Memory Pool Memory Pool Refreshing

172 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (108,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,676 799,676 00000000000000000002abd0fcda92e8b25c7ebfc275f050852247b0433cf1e5 1.42 MB 2,383 23
799,675 799,675 000000000000000000036f5a1858d1f93597f0bc4cf31763c9ffbc72d5be49d9 1.54 MB 3,508 26
799,674 799,674 00000000000000000001010fc6f1785ec9c54c79daabda234a9a04defa0f6903 1.66 MB 3,683 28
799,673 799,673 0000000000000000000413f9972fff6700f52ef7077e483c36280feb193aeda0 1.41 MB 2,887 40
799,672 799,672 000000000000000000034cb43cb906466b03a2b7143697165996567f775d63bb 1.62 MB 2,348 13
799,671 799,671 000000000000000000038abb4099123ed256e90174391d86ba36beb4f66578a9 1.39 MB 2,494 21
799,670 799,670 0000000000000000000271add1376209134dfd0fb25c4de73e547d421eb3a746 1.33 MB 1,871 17
799,669 799,669 000000000000000000011fda84a6e29532cb074fd8872e1799adc53754b2f483 1.64 MB 2,600 31
799,668 799,668 00000000000000000002dd42cfc33013601af1f4f9c2f76eb77fd3bb60a2ad30 1.15 MB 898 19
799,667 799,667 00000000000000000001e4319d28e41cc4b7c94f9890379fc3eff9bdf0bce12c 1.61 MB 2,495 18
799,666 799,666 00000000000000000002c1453f4cda60497a58c9d35038dbbf88a4e97a0ddbc2 1.49 MB 3,130 24
799,665 799,665 0000000000000000000429ff5b70dc4eae5fca5b64a95f5f3edb54495d5d90ee 1.43 MB 2,832 32
799,664 799,664 00000000000000000004f6e1ae9b3079ffe651c8fc5edaac43c33b76530bcb44 1.45 MB 2,346 27
799,663 799,663 0000000000000000000200fb5aed3595426b96fe12e134d4a25924cbed6c9e91 1.56 MB 3,345 31
799,662 799,662 000000000000000000029c41a27228b5a3f41810417508d6924cd60d5baf9732 1.54 MB 3,047 33
799,661 799,661 00000000000000000002b46fee6b50f45da71e2b4f43a870324083f028142aa8 1.56 MB 3,398 31
799,660 799,660 0000000000000000000263c9e7a19fde94da0d24be546b9aa32116556808f5e2 1.32 MB 2,610 35
799,659 799,659 000000000000000000017e54a076eb15ac10300e1bc05629334faa4f90e43330 1.55 MB 3,145 26
799,658 799,658 0000000000000000000477e7c27b228b31b3f268685d5b30306f8cc97658f5d3 1.49 MB 3,423 34
799,657 799,657 00000000000000000005072978af16be6bdc29dd923e2af3476631de4da86a94 1.40 MB 3,397 45
799,656 799,656 000000000000000000053607df191d097e6bf86bdf0ffa637884a5513f346948 1.58 MB 2,661 15
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.48 GB sent, 94.30 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.