Memory Pool Memory Pool Refreshing

16,002 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
905,503 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,502 (20,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,097 885,097 0000000000000000000289e4af938c0727e9ac7d319a7894df5429b17a169116 1.79 MB 4,676 9
885,096 885,096 00000000000000000000c7e8c4171a076f8de232028d9e0ff7cabcc6120749b6 1.89 MB 5,284 9
885,095 885,095 00000000000000000000319b2e17e0432d0fe0c2c86d31294694e4319d914238 1.80 MB 4,715 11
885,094 885,094 000000000000000000003e3d0cc97027509e7d5d838db3df38c6ac654c9b5738 1.72 MB 4,253 14
885,093 885,093 00000000000000000000c6bf85b76d3a030b43c333a3bfbb9f0da14eee322a1e 1.78 MB 4,797 12
885,092 885,092 00000000000000000001c9707e9c6f5e867b7818d56fc9b35596c59cf3e5a95d 1.78 MB 4,849 12
885,091 885,091 000000000000000000016ecf585f0658770d0a5f587dccb015f8a2411840d4f4 1.85 MB 5,471 10
885,090 885,090 000000000000000000001b1b54d46cbc6d1a65f864fcb6a00ab18cb21a0b181f 1.74 MB 4,780 12
885,089 885,089 000000000000000000015593bf7e8475e67e51c6a61292d59dcb85e83983b29e 1.64 MB 3,961 11
885,088 885,088 00000000000000000000e003ef6d40cfb14676d97a2bbfe441477a8119f8e67d 1.70 MB 3,850 10
885,087 885,087 000000000000000000023fc662a83afb1adf74035ccbb283844f9a5fcc75384d 1.56 MB 3,814 16
885,086 885,086 000000000000000000010a6be68759388838e7b03856abb481e3ff8aab6ea1d1 1.73 MB 2,876 10
885,085 885,085 000000000000000000025bd530980cebb7c7c70dc542c3299311117e608be5e6 1.52 MB 3,126 15
885,084 885,084 000000000000000000020e7acd91b497a63257763ee1141c8115b69ada3c01ed 1.69 MB 4,276 12
885,083 885,083 000000000000000000024accbbe21024c026885cce5c585c1018ac130ba3ddce 1.62 MB 4,046 8
885,082 885,082 00000000000000000001738d6374bdae78e92520ddb2deb4cf632fc3f2d57772 1.83 MB 4,685 7
885,081 885,081 000000000000000000009d06c9c0e0fbdfffb4fc8ce5881f415ff74d505c4a7a 1.73 MB 4,020 9
885,080 885,080 00000000000000000000bd3606fcb868627c5286b9fa3350dbf16790d27425b5 1.71 MB 4,013 13
885,079 885,079 00000000000000000000beeab564f58b390454101e91d05e2c59769530ccc3e1 1.73 MB 3,709 10
885,078 885,078 00000000000000000000adf1958e6bd9838fcc839fccc00ec77a6dab383629ac 1.73 MB 3,459 13
885,077 885,077 000000000000000000025955d3814772e314eba84efe36c533924f253246520f 1.48 MB 3,377 19
Previous 10 blocks ↓
Total Size: 765.08 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,339.13 GB sent, 72.48 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.