Memory Pool Memory Pool Refreshing

757 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 745 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (154,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,808 753,808 00000000000000000003c4334877b095d6165b528a6fffebc702573941a3ffc5 1.46 MB 3,422 23
753,807 753,807 00000000000000000000dfbd07fb224d9e450ad63234db4c8f1305307200bdf5 1.66 MB 1,902 4
753,806 753,806 000000000000000000086671c7632398a5fbfbc2a5f371a4dd322d74b123a149 1.57 MB 2,915 7
753,805 753,805 000000000000000000015b28fb2bee34efbb89030cc947b28c611b8e369ece8e 1.54 MB 3,188 17
753,804 753,804 00000000000000000002e076f410fc45a0adf793606da1dce657a91b8ed27530 1.42 MB 2,259 13
753,803 753,803 000000000000000000070027dc8547b1664ccc09c567c16a253b5fd96843976f 1.31 MB 1,780 16
753,802 753,802 0000000000000000000673cceca62dd25002f87aaa8e981d557c9980743950ad 1.25 MB 1,323 8
753,801 753,801 000000000000000000080cc74db7bdbe21323d98801b86f372c1f63eb744f488 0.15 MB 189 11
753,800 753,800 00000000000000000004007586f9a9805f12280c9c93ea129a4f676205ade531 1.06 MB 1,595 8
753,799 753,799 000000000000000000014921456110e99d5bac766ab9cc17f10e76ca30e9d4c3 1.19 MB 1,182 4
753,798 753,798 00000000000000000005f63b0ed324460fa11293cb9e823857a631b0d49f7f71 1.51 MB 3,159 11
753,797 753,797 0000000000000000000212c4f38cc221151d2138ad0c2fd479038876750db7a2 1.81 MB 878 1
753,796 753,796 0000000000000000000102e79df22fe70625d7db3c3c9834753b8a5fb865e833 1.29 MB 1,524 7
753,795 753,795 00000000000000000003550265e3151225697cc20f4a8079746b18ceb3d207de 1.18 MB 1,370 12
753,794 753,794 00000000000000000008731053dcce31fa5fbb69f0435e4def6bb25cc577bb98 1.58 MB 1,967 6
753,793 753,793 0000000000000000000166628e6451627392d7dc3bc784701a0b53b70e04fa57 1.39 MB 2,318 12
753,792 753,792 00000000000000000008cd354caed410deb3e78e591a975c07a960cd72a4cca8 1.45 MB 2,053 2
753,791 753,791 00000000000000000000f00c088ad828ca34a42cf904d08daa8563a33f90474f 1.38 MB 2,055 9
753,790 753,790 00000000000000000001812eb3ca6ab9e71d86117c0d29e7264d6a9ad029ca31 1.55 MB 2,910 12
753,789 753,789 00000000000000000007e4449a4d61ba2d2a3f0bbc0bbf355d2fcc8deecdb864 1.49 MB 2,607 12
753,788 753,788 00000000000000000008120a2bb8275370b71382e202da863b649eba80aa43b3 1.57 MB 2,184 8
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.