Memory Pool Memory Pool Refreshing

8,605 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,743 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,742 (895,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,062 13,062 00000000ef11c06810f2b55b8e5fe07d4720a5b900dfd3842840acf9fa43339a 0.00 MB 1 0
13,061 13,061 000000003a8b21537dfca92547eeabd3aaa005a5f75db6f8017ee4aa2453000b 0.00 MB 1 0
13,060 13,060 000000000eb88f45dcc7414b24e589ea5903b7eb8adb3f4076a6beb41d25978e 0.00 MB 1 0
13,059 13,059 00000000d874f087a1bb05f2e60983175ab5d68103bc564136c7bc2ae8bd03b4 0.00 MB 1 0
13,058 13,058 000000005d9b2f0877222a99e919bb78d772ee2ab27b6aa85d38858f8c819f18 0.00 MB 1 0
13,057 13,057 000000007cff5e44218dea7416bcf0d23a13ee5116dbccffccac34e030be429c 0.00 MB 1 0
13,056 13,056 00000000f0c38608f7767eb1e2c20a52147f1b7be7005b763b9029f43475fe9e 0.00 MB 1 0
13,055 13,055 000000002b57169f2147ce51b379b7097131a99a454e927a24f329f09d91bdc8 0.00 MB 1 0
13,054 13,054 000000007fde952f4027f38888a58ac841b14bb05b242910129e4abcffc27ae4 0.00 MB 1 0
13,053 13,053 0000000067b3712f7f0949d7b780aaf83dbf6172d81e468f0fe0cc980c8b5b97 0.00 MB 1 0
13,052 13,052 00000000d98d0c58c2721c1beae1c162d3883c1b343e25af44685b90d6738257 0.00 MB 1 0
13,051 13,051 00000000fa19f7191e425231644ef39553a9111b5ec7cd11363a7b9700d094f5 0.00 MB 2 0
13,050 13,050 00000000fbfe435f850b51bfe11246ebcc535d5df679a7f3c7d5713be2117c94 0.00 MB 1 0
13,049 13,049 00000000f8264d133146d3fd0028df3f58f8e95b789796e4ac2dc2ef57296ded 0.00 MB 1 0
13,048 13,048 0000000030efffb55c1d634cdb3e570a75a881144ef1e4625e19b7779220c021 0.00 MB 1 0
13,047 13,047 000000008a84cc6df1aee8072e7f121d8db06bd5f312c465499fbc63c9677198 0.00 MB 1 0
13,046 13,046 000000008bde50df2b0a0250a296089599b2a55969ad2ed8805ebb541f1a606a 0.00 MB 1 0
13,045 13,045 00000000f6ba2fcd50f51a9987636966e04a79701ecbfe1afdb19b162b75515b 0.00 MB 1 0
13,044 13,044 0000000065b5cf5d73eaf36efcd120c3a2d774b2a0025eebf931be9bfd345d0c 0.00 MB 1 0
13,043 13,043 00000000df55469b68f1d209bb264c459553985599ee21bdf26b87725f1e25d4 0.00 MB 1 0
13,042 13,042 00000000079831bad112b7c5a791e15a2a00523d437ec0b4c20898223d4be3f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,855.62 GB sent, 102.42 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.