Memory Pool Memory Pool Refreshing

230 transactions (0.05 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,825 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,824 (838,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,665 70,665 0000000000dc38e641e0a804f217d1a05139f9dcfdc4ed42ae7fcb7d1dfb2bdf 0.00 MB 4 0
70,664 70,664 000000000066372e8fa967d3bb9854ffff078276a8edfdafc16288089b2bb2cd 0.00 MB 2 0
70,663 70,663 00000000004dfc3e123c01fc5fd0b0fc11aaa95db3430995fedeeedc8b7d0c72 0.00 MB 1 0
70,662 70,662 0000000000a456d64015cc66343bda23c265c123a93fd028ed94277427b7796c 0.00 MB 2 3,891
70,661 70,661 00000000010b78c80f5b5143fd158122d787a22fa2c2a11fb112cf2a2774daef 0.00 MB 4 1,295
70,660 70,660 00000000005d6011ea6b630bf31324746bb2d8b628d451e3892f81fb9be98ea5 0.00 MB 5 0
70,659 70,659 000000000039859a1852805eb6e43a4803dd5c39c0c6e26d06b80f8656789224 0.00 MB 1 0
70,658 70,658 0000000000a9ba8e3753f481611f90387e211e96f25345766eb7e6d3199b4a5b 0.00 MB 8 0
70,657 70,657 000000000012a9decd3e0637e8ea138c91ff7905656a31a1467689aca3ac729d 0.00 MB 9 1,861
70,656 70,656 00000000001507fea1bf2665b72c9373fc33f0716abf920b0e81e33fbd2455df 0.00 MB 2 0
70,655 70,655 0000000000a2bd903d1b208dd4c64258ff4905cdcfd00896a1c12265dfc17c18 0.00 MB 5 2,123
70,654 70,654 0000000000d08fb1360b95b835770c5e32c7592c31d85887e12d16e886996439 0.00 MB 12 1,480
70,653 70,653 0000000000153e703ea7d1f73fabcf618ffcaa36a2b9a2d471f5f8402531f0fb 0.00 MB 8 662
70,652 70,652 00000000008523b18ad89e61698a9707ec02cc4ee243201788dae789e93ba5ba 0.00 MB 13 1,307
70,651 70,651 000000000065daf921139c81362642ebba8ab244499555153fb7ffff5ae63342 0.00 MB 2 4,484
70,650 70,650 0000000000b4058fdea37ee5cb456513878a71614342334c7ff4dd439904c71d 0.00 MB 2 0
70,649 70,649 0000000000c63aaa9914cfcb2b028e46483123afdc4809577ccc2a6d7726af64 0.00 MB 1 0
70,648 70,648 0000000000f60f5ab7f7e8772fefb8621bebdb6b708d068ba75aaf26c25d32a7 0.00 MB 2 0
70,647 70,647 000000000103bd0f00254e0dfca6f983612a021691a6bfaa235e575f506f58c0 0.00 MB 1 0
70,646 70,646 00000000005cb5777e6e1061ada82a1174390d29cd785ae78efb4de063c81dc5 0.00 MB 2 0
70,645 70,645 0000000000eb0dc7445986fe5e69aef9c568b464d2d35a84522c49e6001c0ba0 0.00 MB 5 505
Previous 10 blocks ↓
Total Size: 771.23 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,857.82 GB sent, 103.21 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.