Memory Pool Memory Pool Refreshing

4,805 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (621,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,968 285,968 000000000000000175b4904466c6cf990c3a38320025fe83aae20c070e48cd50 0.19 MB 165 18
285,967 285,967 0000000000000000fb080b15813c6adcc9e63cc6649701ad0f708080b0a30148 0.06 MB 191 65
285,966 285,966 00000000000000001488c07ef0f45476d0e7dcbfec0f5635743c5d0d64bc09d4 0.14 MB 265 43
285,965 285,965 0000000000000000130683124aec7526855bc3c17066709be7f53a0ddb07d868 0.06 MB 171 71
285,964 285,964 0000000000000000ca1c6a28951326b8da2d174db7fcc47308fc1b487839feb5 0.23 MB 284 20
285,963 285,963 000000000000000170a0c3860104ce1799e2108cbf9ee463ba8fa964949015b5 0.06 MB 192 79
285,962 285,962 0000000000000000486c78f1c7d05322af78f52ea9dc1a4b8fe47c665a05c5c1 0.19 MB 450 52
285,961 285,961 0000000000000000b2989368f53e76985bdd42ea40bf49c20b3195df2e10b5e2 0.37 MB 563 49
285,960 285,960 0000000000000000efdf372e2998e0d49e6af96a69cc3036a6621928a0f047d2 0.11 MB 115 20
285,959 285,959 0000000000000000b9974fcdffe260333a58ca8e3a205002fa97158e91a888bc 0.01 MB 15 33
285,958 285,958 00000000000000011a7a2abdac35936c6b33a3664a6e4ffbbb06371067867bcd 0.16 MB 301 32
285,957 285,957 000000000000000076c8c59e16b040ad46ee6fc26a7eb3aa48689581ee6df9e0 0.05 MB 67 29
285,956 285,956 00000000000000006a40657ffb343531dcd950cd0273ff38358067ac56c1c262 0.26 MB 493 41
285,955 285,955 00000000000000016895f5961f338ee820164b6ef50c480ab1bd137ffa6b242b 0.06 MB 32 17
285,954 285,954 00000000000000014b5f941cb6a8175cd5a2d4b5824f6a40614e73b7fc3b8ab8 0.10 MB 186 15
285,953 285,953 0000000000000000632668147b9b15b76e177edaf4640f621f902b0815abb848 0.10 MB 104 10
285,952 285,952 000000000000000093eabffb54554b9d1456a3744f797cc4b929bf1240d9b619 0.09 MB 110 23
285,951 285,951 0000000000000000106336ca57602de8eb3a9201778ab7ed104c10ed0e54834c 0.03 MB 61 37
285,950 285,950 00000000000000005dd1f0756ce650be2071347dc4999bcd9c59ee93f2e0de85 0.10 MB 32 11
285,949 285,949 000000000000000002c7fee444564fed1a31f8dd5977be05408732285e623fe2 0.35 MB 457 31
285,948 285,948 0000000000000000d88272b80a6a7c063d9c5eab1bbc842238254c6fc9f724d3 0.50 MB 1,298 51
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.