Memory Pool Memory Pool Refreshing

107,876 transactions
29.80 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,709 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,010 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,708 (378,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,919 465,919 0000000000000000010dacd2326dcdb19f011856b84877e881cf330463888a0b 1.00 MB 2,746 238
465,918 465,918 000000000000000001a68beea1e21cb392e6e8e28df633dabc0f2a60ebb0df9a 1.00 MB 2,900 277
465,917 465,917 0000000000000000019ff8d5830348af52cdf5550693815c91a497d7d2f62b74 1.00 MB 2,231 156
465,916 465,916 000000000000000001a086a1da5f9f84cac2566beb517906421161da58a5a5c4 1.00 MB 2,556 225
465,915 465,915 00000000000000000133623e4d1a3b7bde8bbfbb9cc3f42cf2bee5289a6f376e 1.00 MB 2,413 222
465,914 465,914 0000000000000000013ac4283307e1c3b90df913acf371861bdd627e73b2fb68 1.00 MB 2,116 162
465,913 465,913 0000000000000000002984f6e8391564b5fe451d6e3630708e8fa40d10a4e3f6 1.00 MB 2,200 183
465,912 465,912 0000000000000000014c054e49d8e16ad8387841670216d8bf94ad98b28a6fc0 1.00 MB 2,324 225
465,911 465,911 0000000000000000002a4e5d090ff7eb50c4dca970bcea8279cb7e1da078b581 1.00 MB 2,671 295
465,910 465,910 0000000000000000009e42d43260873ff238c4a85f4e625c0518fe4731e6f525 1.00 MB 2,485 182
465,909 465,909 000000000000000000fcf3d447ce4a0f706f08559471b0183af1edbccea80dd0 1.00 MB 2,141 189
465,908 465,908 0000000000000000019f2ee8b6cf9e149b4a13fd6f31a472e02fc343ce0398b7 1.00 MB 2,477 250
465,907 465,907 00000000000000000056220e8aae8b1a9dc5b152d168435d5f8fc51a74876d50 1.00 MB 1,238 162
465,906 465,906 0000000000000000014d581f335f3ad4665a5b273d6d8831704f83a03904f21b 1.00 MB 1,952 152
465,905 465,905 00000000000000000095696ddcd9195530240ee234bc122a5e1ccf8f31ade606 1.00 MB 2,188 232
465,904 465,904 000000000000000000e9dd46374010bbb8345140af700d0634dc89e4622f7b9b 1.00 MB 1,833 170
465,903 465,903 0000000000000000018f5c6ad5ff03f6c356c18bd1142f7d6f96735cb393325f 1.00 MB 2,093 192
465,902 465,902 0000000000000000002dca9bda51991fc5c45e102433b23f88fde190458fa7f5 1.00 MB 2,304 274
465,901 465,901 0000000000000000013b03860418b02faee78611e6d2968623bc1442d4470d37 1.00 MB 1,372 258
465,900 465,900 000000000000000001b75b6efd5aaa81d2f7bd5265756a86a7375896d0336154 1.00 MB 1,704 216
465,899 465,899 000000000000000000adbe7068ed5ef407d456dba162220a5a76cf7f990919c1 0.00 MB 6 846
Previous 10 blocks ↓
Total Size: 651.85 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,182.05 GB sent, 71.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.