Memory Pool Memory Pool Refreshing

1,698 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,042 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,696 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,041 (761,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,054 146,054 00000000000004b1f22de909d3b9c31bd037c9cbf3eebe1b79de8b663be9ce91 0.10 MB 35 66
146,053 146,053 00000000000006c130120e18a263488ea2e3f4b7e2bc30b7ede5fc7247d2bfe7 0.00 MB 8 649
146,052 146,052 00000000000001873dd52b2631b653948020ca2c4ccd96503262ab6ecdbb4a29 0.01 MB 25 18
146,051 146,051 000000000000026a82d8eb0e5637d839f2d1784c7c4304fb292c638fec82e96f 0.02 MB 31 126
146,050 146,050 00000000000004b9c85127232aa14c0f6e7f8209dd33e174c21565d53a5aa8f7 0.05 MB 133 170
146,049 146,049 0000000000000781894ed3894e5851a0b3852b9bc5fe6e0ccabdb21b292ec95c 0.04 MB 65 163
146,048 146,048 00000000000006aef624a1d64e79b109d4fffb1a0916ef67b589b0111f7e359d 0.05 MB 142 300
146,047 146,047 0000000000000547a488fedb597e99149bc8e082d09a37def225c717294eaae0 0.01 MB 13 98
146,046 146,046 000000000000097c7d6ceebd8a60398cac951c0bfa4a317133898cb0d3762bff 0.00 MB 5 0
146,045 146,045 000000000000054cc8688bf095dd2c6575cc3e5f5c498a34c496380d57cbeb83 0.05 MB 161 82
146,044 146,044 000000000000017e5c0929a6bc7c5c9a67560bb977e8d2a1e96d4d30b2dc5dc6 0.02 MB 40 66
146,043 146,043 00000000000007cf79b63effd66603d59ac4313bb9bb7d6fd0f31d2dd94494c8 0.04 MB 90 399
146,042 146,042 0000000000000314b19593ae1c388c72960686166888c2e906f07500446b1cb6 0.03 MB 45 60
146,041 146,041 0000000000000318b23cac9d14239a92667a7437e74e041b4c8dca3e020b01cd 0.08 MB 118 155
146,040 146,040 00000000000000ed57659a5228ddd78e97b991f43ecae7379ad56edbd980dc70 0.00 MB 13 398
146,039 146,039 00000000000000e7b5b904a7ed2eb2f46c88ae23986bda2826eac648d9328aaa 0.01 MB 20 279
146,038 146,038 00000000000007852c55056cb302eb45ebba223d625fa9c9f4588750274b7cf9 0.04 MB 132 40
146,037 146,037 00000000000005a0aa13f1f52aeb6624a1ea13f074830e49a82f1eaa9aabf8e1 0.02 MB 27 79
146,036 146,036 000000000000022b9b808e16db6980b45c6df8f946322c047aa97e542a03502a 0.02 MB 24 191
146,035 146,035 0000000000000459093fcbac242f9e2945be24d2a7aaed363bced229ccce5398 0.05 MB 89 106
146,034 146,034 00000000000001d1db5bca9a5128e3d96f74c1a5a43570d62fecb1f36aed52cf 0.05 MB 82 154
Previous 10 blocks ↓
Total Size: 769.62 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,652.09 GB sent, 95.97 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.