Memory Pool Memory Pool Refreshing

8,763 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (783,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,588 124,588 0000000000002acb170ac3bb884722854aab794ba68890f58a88c736962d0a48 0.00 MB 14 1,046
124,587 124,587 000000000000520dac3d11ddb2189a386929b99c893ddc3d6e3b483718360c14 0.01 MB 13 514
124,586 124,586 000000000000682918eb4aba703604989e378b20219cf737bb1b5b5867447e19 0.01 MB 17 197
124,585 124,585 00000000000012827ac8812caa35bf3f43ed4060b7e39cff291f6031a6ba7a75 0.00 MB 9 582
124,584 124,584 000000000000203d1cb80f175275e04730e39ecb9318ba63c4341121e91dcdf1 0.00 MB 8 355
124,583 124,583 0000000000003d736d6602a0ae949cea552241a4034e171675e1c7d1309885bc 0.00 MB 12 1,325
124,582 124,582 000000000000354279ff9676b1bd17d1ab18755c2895deafe54073b8cbf7b653 0.01 MB 24 265
124,581 124,581 0000000000001dcf9953f0a18cb4162e2bc6b23300479c278093239047f312cc 0.02 MB 42 2,043
124,580 124,580 00000000000004dc88e9c0d847a44f85122e2abf30e2986ea15658dea6cb100b 0.01 MB 8 550
124,579 124,579 000000000000163c21138abd60ec7fbde3e8b9dc76cb862ba64c119b0ef63a22 0.00 MB 11 619
124,578 124,578 000000000000381aab95fab7a6c94c2f39dddfc654f12f02c73471e715cd67ec 0.00 MB 14 203
124,577 124,577 00000000000062b6b11dc187be7f7938f389f7258947a2ef26c24bc617b10982 0.01 MB 14 421
124,576 124,576 0000000000004b6fa9976d63ee509e7763cf63c400347229e361191fb312c36f 0.01 MB 23 221
124,575 124,575 0000000000003f5455c17736bfd72ba22b33cdefe4de6cfd77c6cc94fe21ef13 0.00 MB 11 0
124,574 124,574 00000000000007063f761d13c4fb5e474f47515f69c77c48f377e7ac26ee5b96 0.00 MB 11 864
124,573 124,573 00000000000027c0bca60ca07c077c1f2a31d45861ac1f498fc7d7ba1a02a06b 0.00 MB 1 0
124,572 124,572 00000000000066c391f003fdd3d6acc1ea771ddbc68f3096331eacc4d58891a3 0.01 MB 7 207
124,571 124,571 000000000000271c9bd54da2510a6a09b371269083c41e4d11ca48e929f4aee3 0.00 MB 7 0
124,570 124,570 000000000000111d904a229c9dba800007b9c99c4d12cdacdcc24adf4f893d4d 0.01 MB 17 617
124,569 124,569 0000000000002e37a11d2198d8e0b082d01c159b21c0cbcab1da9ef27a756e71 0.00 MB 9 325
124,568 124,568 00000000000037d9778eb76ecc333482c1d1208645d8d59544f6bb4d647bf4e0 0.02 MB 35 1,595
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.