Memory Pool Memory Pool Refreshing

5,620 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,672 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (554,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,954 352,954 0000000000000000131d32d361870f388f98c85a7a3f3b49159839da291b35ef 0.75 MB 1,608 33
352,953 352,953 00000000000000000ce9c3696f12235183f17964cdbb20df6382b8e519eb6acc 0.65 MB 1,368 29
352,952 352,952 0000000000000000140d46acb0490024bc53f885b46b0a4c64559192a23403bc 0.19 MB 449 28
352,951 352,951 000000000000000003e677c835bb259063fcabd8b1065a7da92c07a28b3885bc 0.07 MB 149 27
352,950 352,950 000000000000000009d09986c35f26ca161b04b029a7f0d93411345764ce1f89 0.19 MB 431 27
352,949 352,949 00000000000000000bdd1d90b0a04c1dcca84cbdccda7a2cb3fa52d1ba3968dd 0.18 MB 314 17
352,948 352,948 00000000000000000d9dc57fdc29b9bc25855adcb7b50021182229a30751fd6c 0.75 MB 1,643 31
352,947 352,947 00000000000000000be15a433c4497b80850a6dd7704fe54c739c104e911f513 0.19 MB 305 23
352,946 352,946 000000000000000015b59b6052de91d8f41814ebd55206a8ee032bdc0972c900 0.37 MB 635 19
352,945 352,945 00000000000000001023de72a966ddb149b04da2289cce992dafe0c29ec6e8bf 0.27 MB 319 19
352,944 352,944 0000000000000000048415a27cfa64b4e16537888d72246a448888def0cafb28 0.75 MB 1,705 30
352,943 352,943 0000000000000000115706b246e1d74407b431979eea07504c99065d44c06aa0 0.27 MB 441 18
352,942 352,942 00000000000000000dbcaeda310eb59524211c74643fe53b6d4bedf4584c8894 0.14 MB 181 22
352,941 352,941 0000000000000000070661795fa0059cc621b0b07fd031d7f05b7db15cdac90b 0.75 MB 1,552 27
352,940 352,940 000000000000000010755df42dba556bb72be6a32f3ce0b6941ce4430152c9ff 0.13 MB 213 16
352,939 352,939 00000000000000000f19800e54597d834076fa86484f5f9a2004c21e09d720d3 0.10 MB 139 9
352,938 352,938 000000000000000003785b45d4e2ccacb2c36139e09ec7d8ee0591d8a03750d0 0.46 MB 983 30
352,937 352,937 000000000000000010f0ce84be94c40b36201943add1c019d75521c29fef6db9 0.33 MB 688 24
352,936 352,936 000000000000000001b1d2fe503c36b3dde44d4199e46de8bd117c6548bb017f 0.48 MB 1,015 28
352,935 352,935 0000000000000000034f336347ef51ea266f861e816df2e48b2f0d4cb5596bc7 0.22 MB 370 22
352,934 352,934 00000000000000000912ecb259098158585573311064d7ee0f6b866c11714467 0.40 MB 536 16
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.