Memory Pool Memory Pool Refreshing

6,285 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (715,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,679 192,679 00000000000004f2b85c51e890bd7a445d7cbb16469c38447ab557c07eaafdc2 0.01 MB 22 83
192,678 192,678 000000000000052cd4d0f774bed3233554ff276c52bfadfbf391b48abb44b929 0.03 MB 106 252
192,677 192,677 0000000000000570a85fe3ddbb147c86580b411055f5e9f5e9be2f99946afc9e 0.06 MB 119 145
192,676 192,676 0000000000000342272e03f216a15b5ef0734259a11033fcab135dd490f093de 0.00 MB 8 15
192,675 192,675 00000000000003b3a6ea161b0b94d459ded2233f7588625aa649ac6aaeb43244 0.03 MB 65 127
192,674 192,674 000000000000044d8f4b7b1e2a5bcde5f09ab0dbd8b830cf1027ff5c523d4a33 0.02 MB 50 223
192,673 192,673 00000000000007612a04c805017796d324dfca215eb5198235a97f8cf74df089 0.03 MB 81 127
192,672 192,672 00000000000005a91f87c6febed5719b1228881ec69848744a4aed08ae8c29d7 0.08 MB 219 182
192,671 192,671 0000000000000643dc409fdbc1be7cbd059b3fc4bb6e391d955dd5c390cdff49 0.06 MB 125 207
192,670 192,670 0000000000000130f4ab8c08a9a4101ba7d4b8ef705618d3ebb95fb384a4937b 0.00 MB 8 108
192,669 192,669 00000000000005d891a8764610808f3a29833cb2ab745d33bcc67952a1c914dd 0.03 MB 47 68
192,668 192,668 000000000000006dffe09e58bf6ac91669d3c72715f225c42a36bc348e1f0114 0.01 MB 38 0
192,667 192,667 00000000000000820047481eca04dcc9f89b1d12f5afd0d7748da5040f17c9a9 0.08 MB 202 160
192,666 192,666 0000000000000282ca1dae0c9a54f42c025d68fde7a52a9cca17d3b63517e0ee 0.02 MB 32 75
192,665 192,665 0000000000000822a86df53e47a0fa0728d46c0de4ca6b24948ca880820c5638 0.02 MB 40 111
192,664 192,664 00000000000002a22773f27a10d3293086d8db9e92c1588a545ca5dc8af08778 0.06 MB 137 145
192,663 192,663 000000000000030e40a54717f32091c3a641630cc57f16bb8a604e2cfe8e333c 0.08 MB 296 9
192,662 192,662 000000000000020f4d7dd39daa2ea4cb85c7e1e264a1160cca3ab37cd24518be 0.18 MB 429 130
192,661 192,661 000000000000036cabc57ae7d27013360b988c567793b4dacf1bd62c8e9acd38 0.00 MB 10 14
192,660 192,660 00000000000002fa2c6d6ddee77e77132974f9aebfa01508ee8f9ae7765138a1 0.13 MB 365 173
192,659 192,659 000000000000044770f42666225584184aea339efa16e54a77223a82df3474b5 0.05 MB 136 119
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,633.42 GB sent, 93.80 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.