Memory Pool Memory Pool Refreshing

19,724 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (554,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,960 352,960 0000000000000000066fbac1c89ba321c30e598f6d1322b1ceb698bb4c538ea7 0.35 MB 482 20
352,959 352,959 000000000000000010049b09704b208f49c77836f8dabf36335fc831e9f943db 0.50 MB 1,006 26
352,958 352,958 00000000000000000ed6f376391670757aef4f443cf95b029c99b975356ff1d5 0.31 MB 614 24
352,957 352,957 00000000000000000c674dbdd10af2cef07ab3c9128d926a8033ab752a671ea1 0.30 MB 577 27
352,956 352,956 0000000000000000047235d7b972ce27cb64bfeb3554a9e4e5c0be3f8c098d09 0.59 MB 1,173 22
352,955 352,955 00000000000000000b4b9f1cbcc9dbfe85f1cc97130b72397b7b1c943aa0f01c 0.04 MB 128 34
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.