Memory Pool Memory Pool Refreshing

5,695 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (693,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,133 214,133 00000000000003cc06380ec27bb25c7f2c1d60e82e952bb90f7d34ac92626b1f 0.13 MB 182 104
214,132 214,132 000000000000033be58b046495c397b9f63b42cf49133c1d6a5000322f51cd97 0.24 MB 349 121
214,131 214,131 000000000000015dfb78c381798954c69f945091b871eb8576ee2088202b283d 0.24 MB 534 173
214,130 214,130 00000000000004227f1b3eada39f6c641707d365a77a8d8424fdc5f5e7066a2c 0.17 MB 355 146
214,129 214,129 00000000000001298fa45ff669e5600ec9a86aa708a749905ed84bf144024230 0.00 MB 9 74
214,128 214,128 00000000000004e650ffb3583edecb9040a16a99e3de3006d0d1bb5ccd4795a1 0.01 MB 27 111
214,127 214,127 000000000000018f1bfe1b7e1b244d0c8a22128a54fb0b47ff048148ec19cd73 0.10 MB 229 178
214,126 214,126 00000000000003bdba065b6195c43581935a0b87905158e1b9db16f488920f2c 0.22 MB 544 209
214,125 214,125 00000000000001ca11d9d84ae36c83ac5332f076e78c413dcf70aa9ca61fe973 0.23 MB 483 161
214,124 214,124 00000000000002135d61045344bfcecdd8cd7db313ada66b7e9e6d1174159dd7 0.02 MB 25 108
214,123 214,123 000000000000022eb5e820cc3747ac85be4a2e011f6bcc95c2aebe8042147587 0.21 MB 446 183
214,122 214,122 00000000000001ea3188f9a9353afad31d001ce659bd3838c068d3a6cdbfb578 0.43 MB 409 94
214,121 214,121 000000000000005e8adfcb43afc8d5a0231938800be662c0f43e43a846fc2b78 0.00 MB 10 46
214,120 214,120 00000000000000e6748433f1aaddea2494650e5cffd25227e00465ffe7a64039 0.04 MB 82 142
214,119 214,119 000000000000053d236344d620d3a75102105a0699d13613d574f0efe953ce39 0.07 MB 157 184
214,118 214,118 000000000000043bdc19583fa11532caaaf18073cf4782e8cdfb453e9da01fe4 0.05 MB 128 171
214,117 214,117 00000000000003e53f124875a271b871497f483fb9def76162527bca6762d643 0.00 MB 12 17
214,116 214,116 00000000000004da9f4c15c27e3b862578636f89466dfd9a2fe4a3040dc93a4c 0.10 MB 240 184
214,115 214,115 000000000000034fe322f74b77c13490f97df3f4c889aaf24472e23fc5171cfb 0.15 MB 426 206
214,114 214,114 00000000000001c0121e64960cc800ba00f12f5a3564d663d1cb64cbe5d0da4e 0.05 MB 110 255
214,113 214,113 00000000000000579e6d06a19b6dff1467532f68eec80213f41ed7cdb5c13262 0.03 MB 64 130
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.