Memory Pool Memory Pool Refreshing

37,218 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,506 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,381 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,505 (126,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,719 735,719 0000000000000000000162eb701bcfa16039818433bcf41e8f93b43dbc77be78 1.12 MB 1,590 14
735,718 735,718 00000000000000000007865cc9950efb4cc09579a5f622dff2205cd5bf7b832b 0.13 MB 263 14
735,717 735,717 000000000000000000064430ae1e6dd9547a7c5ba185e8e1924f82e2eeb09087 0.72 MB 1,266 15
735,716 735,716 00000000000000000006c14c3bc2974fa828abe60d822ad5c70b852756459958 0.10 MB 197 15
735,715 735,715 00000000000000000003b636f4d8a9e0dc016e5a9f20773fe12737702628961f 0.91 MB 227 1
735,714 735,714 000000000000000000038471384dc2e38b12364927a1195c5cb8e8b67ad257bf 1.13 MB 639 4
735,713 735,713 00000000000000000006ff5242a353fed87938c8e2a82031385c90ff5294f832 1.48 MB 1,355 9
735,712 735,712 00000000000000000006240a4b5ccfa51e2f7118ea201d5839a15ac858aad6b6 1.55 MB 2,281 15
735,711 735,711 000000000000000000015914215bfafec8539f22120cbe14de271b04cd8fdbf4 0.67 MB 752 14
735,710 735,710 00000000000000000003a8766db53f25ae84502307b58c1872e79f3876b63e9d 0.74 MB 787 17
735,709 735,709 00000000000000000005c6ca16a02c982f3061b92e62882c2a9311a3906b327b 0.03 MB 89 20
735,708 735,708 000000000000000000060343a8fb33476a3ed6ad6b992be8d416abd307d31780 0.04 MB 86 9
735,707 735,707 00000000000000000005e0147e173d67ce5d387071507d6b96bace3aaec4e977 0.72 MB 1,399 21
735,706 735,706 00000000000000000001d48ada60b40c290a65a96c4009e7671ca94e1465f423 0.60 MB 1,199 20
735,705 735,705 000000000000000000086b184a48a21ba7816015bb57f9f85ddc2819dc37bce0 0.26 MB 356 15
735,704 735,704 000000000000000000012e38ee667a433cf0e3e1e0e4c9ea70d987c8bf833747 1.10 MB 996 10
735,703 735,703 0000000000000000000046671403463ec8a3430baf6717652e20852d5a427a48 1.62 MB 1,841 15
735,702 735,702 00000000000000000000ba7b2b9be034a840dbf0504ffcdf91fb9fcc495cf458 0.35 MB 562 15
735,701 735,701 00000000000000000001ec3f9adcf3bf839cdf7b7e0ef4a0a262637a389ce7f7 1.25 MB 1,438 17
735,700 735,700 0000000000000000000836e5a42446e4791c5597f4df99389b7b7cc19bb1ad8f 0.89 MB 1,116 13
735,699 735,699 000000000000000000057f80ecb720fedb6cf175a9ee73cfb0278769d7744463 0.17 MB 381 20
Previous 10 blocks ↓
Total Size: 685.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,372.05 GB sent, 106.25 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.