Memory Pool Memory Pool Refreshing

3,286 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
905,614 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 2,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,613 (409,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,900 495,900 000000000000000000026b63ab848f8ef918d82bf4a3de12528f5baa1ad09378 1.08 MB 2,771 262
495,899 495,899 00000000000000000086d817fe6f6c6bcbdf32462b9896f82ab74a33ed415277 1.05 MB 2,278 163
495,898 495,898 0000000000000000006061f89924e12a1b2b1c35e26d1773419e016a07761119 1.06 MB 2,360 283
495,897 495,897 00000000000000000030090107bf9153ff02898d81c702a4269a8163b7567e63 1.05 MB 2,959 166
495,896 495,896 00000000000000000081c8fbc293dc9fce13c04546374db5299bdfd4c0b09de2 1.08 MB 2,297 177
495,895 495,895 0000000000000000005681fb0f67baafcc11c92173e0b9b44b82a94b490cacb3 1.02 MB 1,843 361
495,894 495,894 000000000000000000683613064a9888aefb3ba64abc15afd8319f4790fdb9fe 1.04 MB 2,514 205
495,893 495,893 000000000000000000750584a19da50c5e2735d631c79beb9df4d1c4e51d9413 1.04 MB 1,519 80
495,892 495,892 0000000000000000005be4b2b418fac3e688a648114964959bf0cd14be3ae3ca 1.06 MB 618 88
495,891 495,891 00000000000000000005075d357105e4231d67264aa24b1b2a1397d6f69c1a03 1.07 MB 1,401 114
495,890 495,890 00000000000000000092ec71b2737e44fda0cde146d15dac00848f86aa5ac83f 1.05 MB 2,596 214
495,889 495,889 0000000000000000003977b4188a7c32a8272860d6852a2909f82c96db48d928 1.18 MB 1,783 145
495,888 495,888 000000000000000000982654b903f7ba8e8419e8e821c4c4d03f5521c4bb7046 1.10 MB 1,893 198
495,887 495,887 00000000000000000069f9286ed82fa7e4882731e807e7470ceb5a2210e3b6c1 1.04 MB 2,244 179
495,886 495,886 000000000000000000b98748d5ea478aae623aad04a24dc4e0b4a43cb5852bc1 1.05 MB 2,421 265
495,885 495,885 0000000000000000009b1f072f5f1c027a61935145d962d5acd5ed7ee6672677 1.12 MB 2,417 155
495,884 495,884 00000000000000000003873db455966d23b7199f02031bc2a71e12cb68ebd1f3 1.06 MB 2,813 246
495,883 495,883 00000000000000000029f50ad1056c0696342171750b9026a7fa2e534af6959b 1.06 MB 2,445 146
495,882 495,882 000000000000000000197af669cd0cc70547e08a5dca77d3ee4d95e2c5bd5f70 1.11 MB 2,227 51
495,881 495,881 0000000000000000006e1b1d9aefc0f275034114b0ee19685b874331efb8df33 1.07 MB 2,127 186
495,880 495,880 000000000000000000bad2b48244f4e8f28d74405b99cbe01dd84e35c9506842 1.18 MB 177 11
Previous 10 blocks ↓
Total Size: 765.26 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,351.11 GB sent, 73.51 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.