Memory Pool Memory Pool Refreshing

1,386 transactions (0.48 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,376 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,706 908,706 00000000000000000001f9b3ad5d3e72834fd41a3da430441840416259adc23c 1.08 MB 1,321 1
908,705 908,705 000000000000000000012265cc7490482a78e79eac60278f74884357fb8bc260 1.83 MB 2,875 2
908,704 908,704 0000000000000000000076f2ee5bd94db18f03bb7225a874176cfe5947c9c0f4 1.93 MB 2,826 1
908,703 908,703 0000000000000000000111dcb9c48b065bf0c8d3c853d3a78a4e40490a72f644 2.29 MB 1,252 1
908,702 908,702 00000000000000000000c2a6bb96de6c595c0fdebddbd54f5376f2379a25af63 2.06 MB 1,509 1
908,701 908,701 0000000000000000000095d96f6bca7f578c1351b69d375d2eb3391152857e86 1.85 MB 2,736 3
908,700 908,700 000000000000000000004927c2b5681b2b78fc81ff50c89c33fe33cd1589640d 1.81 MB 3,397 2
908,699 908,699 000000000000000000008daad5d18af171608e5c4deab19a6ec66fd597d19e06 1.87 MB 3,606 3
908,698 908,698 00000000000000000001c8354c48eb1c5546e10f8d90f42e05ac37cf740ac89e 1.92 MB 3,103 3
908,697 908,697 000000000000000000007802c7d0b12addbfa4f7e2f5fb1e5c15773f5478f0dd 2.16 MB 3,173 3
908,696 908,696 00000000000000000000da90317eb0eaa797f3f6537d75a85e2bbdf7d135b9f8 1.63 MB 3,590 1
908,695 908,695 00000000000000000000060b2133e3bb08d278608123324a38f58b07e231c854 1.64 MB 2,921 2
908,694 908,694 00000000000000000000f42eb436bcd38d358d930f6d662ee1c144d353a931ed 2.03 MB 2,613 3
908,693 908,693 00000000000000000001ec649f41576af9e6d54ba5198e3968f8b337fd70a41c 1.83 MB 3,010 4
908,692 908,692 00000000000000000001694497b924e54f03667acb9e239ab2885bc41c867dd8 2.00 MB 3,739 5
908,691 908,691 00000000000000000001d02962dcf0e667d7ee2feea71932f21c3c10b777eba2 1.81 MB 1,901 2
908,690 908,690 00000000000000000000ac27dc53eb1ae90a859437ee265b2e44269b15655640 2.09 MB 2,925 4
908,689 908,689 00000000000000000001c6454db75f21334d9df2846866c11791ada70aa466b3 2.21 MB 2,331 3
908,688 908,688 0000000000000000000108bd4cc84519cf3a3da111d75c58630d22f107bc42a5 2.21 MB 2,673 2
908,687 908,687 00000000000000000001809397cd13749001d0b14a6ab056c564dad665723242 2.24 MB 2,441 2
908,686 908,686 00000000000000000001ff836520abb0e3403c5547c29e3bf7f2c622251cdb75 2.07 MB 2,930 4
Previous 10 blocks ↓
Total Size: 771.77 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,930.54 GB sent, 106.39 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.